|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 4 | + rawMessage: 'Call to function method_exists() with ReflectionMethod and ''getAttributes'' will always evaluate to true.' |
| 5 | + identifier: function.alreadyNarrowedType |
5 | 6 | count: 1 |
6 | | - path: tests/Rules/PHPUnit/AssertSameMethodDifferentTypesRuleTest.php |
| 7 | + path: src/Rules/PHPUnit/DataProviderHelper.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeStaticMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 10 | + rawMessage: Accessing PHPStan\Rules\Methods\CallMethodsRule::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version. |
| 11 | + identifier: phpstanApi.classConstant |
10 | 12 | count: 1 |
11 | | - path: tests/Rules/PHPUnit/AssertSameStaticMethodDifferentTypesRuleTest.php |
| 13 | + path: tests/Rules/Methods/CallMethodsRuleTest.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 16 | + rawMessage: Accessing PHPStan\Rules\Comparison\ImpossibleCheckTypeMethodCallRule::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version. |
| 17 | + identifier: phpstanApi.classConstant |
15 | 18 | count: 1 |
16 | | - path: tests/Rules/PHPUnit/ImpossibleCheckTypeMethodCallRuleTest.php |
| 19 | + path: tests/Rules/PHPUnit/AssertSameMethodDifferentTypesRuleTest.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Accessing PHPStan\\\\Rules\\\\Methods\\\\CallMethodsRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 22 | + rawMessage: Accessing PHPStan\Rules\Comparison\ImpossibleCheckTypeStaticMethodCallRule::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version. |
| 23 | + identifier: phpstanApi.classConstant |
20 | 24 | count: 1 |
21 | | - path: tests/Rules/Methods/CallMethodsRuleTest.php |
| 25 | + path: tests/Rules/PHPUnit/AssertSameStaticMethodDifferentTypesRuleTest.php |
| 26 | + |
| 27 | + - |
| 28 | + rawMessage: Accessing PHPStan\Rules\Comparison\ImpossibleCheckTypeMethodCallRule::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version. |
| 29 | + identifier: phpstanApi.classConstant |
| 30 | + count: 1 |
| 31 | + path: tests/Rules/PHPUnit/ImpossibleCheckTypeMethodCallRuleTest.php |
0 commit comments