|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - 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\\.$#" |
| 4 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 5 | + identifier: method.internal |
| 6 | + count: 1 |
| 7 | + path: src/Rules/Symfony/UndefinedArgumentRule.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 11 | + identifier: method.internal |
| 12 | + count: 1 |
| 13 | + path: src/Rules/Symfony/UndefinedOptionRule.php |
| 14 | + |
| 15 | + - |
| 16 | + 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\.$#' |
| 17 | + identifier: phpstanApi.instanceofAssumption |
5 | 18 | count: 1
|
6 | 19 | path: src/Symfony/RequiredAutowiringExtension.php
|
7 | 20 |
|
8 | 21 | -
|
9 |
| - message: "#^Call to function method_exists\\(\\) with Symfony\\\\Component\\\\Console\\\\Input\\\\InputOption and 'isNegatable' will always evaluate to true\\.$#" |
| 22 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 23 | + identifier: method.internal |
| 24 | + count: 1 |
| 25 | + path: src/Type/Symfony/CommandGetHelperDynamicReturnTypeExtension.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Call to function method_exists\(\) with Symfony\\Component\\Console\\Input\\InputOption and ''isNegatable'' will always evaluate to true\.$#' |
| 29 | + identifier: function.alreadyNarrowedType |
10 | 30 | count: 1
|
11 | 31 | path: src/Type/Symfony/GetOptionTypeHelper.php
|
12 | 32 |
|
13 | 33 | -
|
14 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Methods\\\\CallMethodsRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 34 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 35 | + identifier: method.internal |
| 36 | + count: 1 |
| 37 | + path: src/Type/Symfony/InputInterfaceGetArgumentDynamicReturnTypeExtension.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 41 | + identifier: method.internal |
| 42 | + count: 1 |
| 43 | + path: src/Type/Symfony/InputInterfaceGetOptionDynamicReturnTypeExtension.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 47 | + identifier: method.internal |
| 48 | + count: 1 |
| 49 | + path: src/Type/Symfony/InputInterfaceGetOptionsDynamicReturnTypeExtension.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 53 | + identifier: method.internal |
| 54 | + count: 1 |
| 55 | + path: src/Type/Symfony/InputInterfaceHasArgumentDynamicReturnTypeExtension.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Call to internal method Symfony\\Component\\Console\\Command\\Command\:\:mergeApplicationDefinition\(\) from outside its root namespace Symfony\.$#' |
| 59 | + identifier: method.internal |
| 60 | + count: 1 |
| 61 | + path: src/Type/Symfony/InputInterfaceHasOptionDynamicReturnTypeExtension.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Accessing PHPStan\\Rules\\Methods\\CallMethodsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 65 | + identifier: phpstanApi.classConstant |
15 | 66 | count: 1
|
16 | 67 | path: tests/Rules/NonexistentInputBagClassTest.php
|
17 | 68 |
|
18 | 69 | -
|
19 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Properties\\\\UninitializedPropertyRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 70 | + message: '#^Accessing PHPStan\\Rules\\Properties\\UninitializedPropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 71 | + identifier: phpstanApi.classConstant |
20 | 72 | count: 1
|
21 | 73 | path: tests/Symfony/RequiredAutowiringExtensionTest.php
|
22 | 74 |
|
23 | 75 | -
|
24 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 76 | + message: '#^Accessing PHPStan\\Rules\\Comparison\\ImpossibleCheckTypeMethodCallRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 77 | + identifier: phpstanApi.classConstant |
25 | 78 | count: 1
|
26 | 79 | path: tests/Type/Symfony/ImpossibleCheckTypeMethodCallRuleTest.php
|
0 commit comments