-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathphpstan-baseline.neon
79 lines (67 loc) · 3.75 KB
/
phpstan-baseline.neon
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
parameters:
ignoreErrors:
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Rules/Symfony/UndefinedArgumentRule.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Rules/Symfony/UndefinedOptionRule.php
-
message: '#^Although PHPStan\\Reflection\\Php\\PhpPropertyReflection is covered by backward compatibility promise, this instanceof assumption might break because it''s not guaranteed to always stay the same\.$#'
identifier: phpstanApi.instanceofAssumption
count: 1
path: src/Symfony/RequiredAutowiringExtension.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/CommandGetHelperDynamicReturnTypeExtension.php
-
message: '#^Call to function method_exists\(\) with Symfony\\Component\\Console\\Input\\InputOption and ''isNegatable'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Type/Symfony/GetOptionTypeHelper.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/InputInterfaceGetArgumentDynamicReturnTypeExtension.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/InputInterfaceGetOptionDynamicReturnTypeExtension.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/InputInterfaceGetOptionsDynamicReturnTypeExtension.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/InputInterfaceHasArgumentDynamicReturnTypeExtension.php
-
message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#'
identifier: method.internal
count: 1
path: src/Type/Symfony/InputInterfaceHasOptionDynamicReturnTypeExtension.php
-
message: '#^Accessing PHPStan\\Rules\\Methods\\CallMethodsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/NonexistentInputBagClassTest.php
-
message: '#^Accessing PHPStan\\Rules\\Properties\\UninitializedPropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Symfony/RequiredAutowiringExtensionTest.php
-
message: '#^Accessing PHPStan\\Rules\\Comparison\\ImpossibleCheckTypeMethodCallRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Type/Symfony/ImpossibleCheckTypeMethodCallRuleTest.php