forked from Roave/no-floaters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer-require-checker.json
More file actions
43 lines (43 loc) · 1.02 KB
/
composer-require-checker.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"void",
"object",
"PHPStan\\Analyser\\Scope",
"PHPStan\\Broker\\Broker",
"PHPStan\\Analyser\\Scope",
"PHPStan\\Broker\\Broker",
"PHPStan\\Reflection\\FunctionReflection",
"PHPStan\\Reflection\\MethodReflection",
"PHPStan\\Reflection\\ParametersAcceptor",
"PHPStan\\Rules\\Rule",
"PHPStan\\Rules\\RuleErrorBuilder",
"PHPStan\\ShouldNotHappenException",
"PHPStan\\Type\\FloatType",
"PHPStan\\Type\\MixedType",
"PHPStan\\Type\\NeverType",
"PHPStan\\Type\\Type",
"PHPStan\\Type\\VerbosityLevel"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Reflection",
"SPL",
"standard",
"mbstring"
]
}