mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Enable no-var-keyword tslint rule
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import { IEntries } from './phpGlobals';
|
||||
|
||||
export var globalfunctions: IEntries = {
|
||||
export const globalfunctions: IEntries = {
|
||||
debug_backtrace: {
|
||||
description: 'Generates a backtrace',
|
||||
signature: '([ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT [, int $limit = 0 ]]): array'
|
||||
|
||||
Reference in New Issue
Block a user