|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Calling PHPStan\\\\Type\\\\ParserNodeTypeToPHPStanType\\:\\:resolve\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#" |
5 |
| - count: 1 |
6 |
| - path: src/Rules/Doctrine/ORM/EntityColumnRule.php |
| 4 | + message: '#^Call to internal method Doctrine\\DBAL\\Connection\:\:getParams\(\) from outside its root namespace Doctrine\.$#' |
| 5 | + identifier: method.internal |
| 6 | + count: 2 |
| 7 | + path: src/Doctrine/Driver/DriverDetector.php |
7 | 8 |
|
8 | 9 | -
|
9 |
| - message: "#^Calling PHPStan\\\\Type\\\\TypehintHelper\\:\\:decideType\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#" |
| 10 | + message: '#^Calling PHPStan\\Type\\TypehintHelper\:\:decideType\(\) is not covered by backward compatibility promise\. The method might change in a minor PHPStan version\.$#' |
| 11 | + identifier: phpstanApi.method |
10 | 12 | count: 1
|
11 | 13 | path: src/Rules/Doctrine/ORM/EntityColumnRule.php
|
12 | 14 |
|
13 | 15 | -
|
14 |
| - message: "#^Calling PHPStan\\\\Type\\\\ParserNodeTypeToPHPStanType\\:\\:resolve\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#" |
15 |
| - count: 1 |
16 |
| - path: src/Rules/Doctrine/ORM/EntityRelationRule.php |
17 |
| - |
18 |
| - - |
19 |
| - message: "#^Calling PHPStan\\\\Type\\\\TypehintHelper\\:\\:decideType\\(\\) is not covered by backward compatibility promise\\. The method might change in a minor PHPStan version\\.$#" |
| 16 | + message: '#^Calling PHPStan\\Type\\TypehintHelper\:\:decideType\(\) is not covered by backward compatibility promise\. The method might change in a minor PHPStan version\.$#' |
| 17 | + identifier: phpstanApi.method |
20 | 18 | count: 1
|
21 | 19 | path: src/Rules/Doctrine/ORM/EntityRelationRule.php
|
22 | 20 |
|
23 | 21 | -
|
24 |
| - message: "#^PHPDoc tag @var with type class\\-string is not subtype of native type 'Doctrine\\\\\\\\Bundle…'\\.$#" |
| 22 | + message: '#^PHPDoc tag @var with type class\-string is not subtype of native type ''Doctrine\\\\Bundle…''\.$#' |
| 23 | + identifier: varTag.nativeType |
25 | 24 | count: 1
|
26 | 25 | path: src/Stubs/Doctrine/StubFilesExtensionLoader.php
|
27 | 26 |
|
28 | 27 | -
|
29 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Classes\\\\InstantiationRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 28 | + message: '#^Accessing PHPStan\\Rules\\Classes\\InstantiationRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 29 | + identifier: phpstanApi.classConstant |
30 | 30 | count: 1
|
31 | 31 | path: tests/Classes/DoctrineProxyForbiddenClassNamesExtensionTest.php
|
32 | 32 |
|
33 | 33 | -
|
34 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\DeadCode\\\\UnusedPrivatePropertyRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 34 | + message: '#^Call to internal method PHPUnit\\Framework\\TestCase\:\:dataName\(\) from outside its root namespace PHPUnit\.$#' |
| 35 | + identifier: method.internal |
| 36 | + count: 14 |
| 37 | + path: tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Accessing PHPStan\\Rules\\DeadCode\\UnusedPrivatePropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 41 | + identifier: phpstanApi.classConstant |
35 | 42 | count: 1
|
36 | 43 | path: tests/Rules/DeadCode/UnusedPrivatePropertyRuleTest.php
|
37 | 44 |
|
38 | 45 | -
|
39 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Methods\\\\CallMethodsRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 46 | + message: '#^Accessing PHPStan\\Rules\\Methods\\CallMethodsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 47 | + identifier: phpstanApi.classConstant |
40 | 48 | count: 1
|
41 | 49 | path: tests/Rules/Doctrine/ORM/MagicRepositoryMethodCallRuleTest.php
|
42 | 50 |
|
43 | 51 | -
|
44 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Exceptions\\\\CatchWithUnthrownExceptionRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 52 | + message: '#^Accessing PHPStan\\Rules\\Exceptions\\CatchWithUnthrownExceptionRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 53 | + identifier: phpstanApi.classConstant |
45 | 54 | count: 1
|
46 | 55 | path: tests/Rules/Exceptions/CatchWithUnthrownExceptionRuleTest.php
|
47 | 56 |
|
48 | 57 | -
|
49 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Exceptions\\\\TooWideMethodThrowTypeRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 58 | + message: '#^Accessing PHPStan\\Rules\\Exceptions\\TooWideMethodThrowTypeRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 59 | + identifier: phpstanApi.classConstant |
50 | 60 | count: 1
|
51 | 61 | path: tests/Rules/Exceptions/TooWideMethodThrowTypeRuleTest.php
|
52 | 62 |
|
53 | 63 | -
|
54 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\DeadCode\\\\UnusedPrivatePropertyRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 64 | + message: '#^Accessing PHPStan\\Rules\\DeadCode\\UnusedPrivatePropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 65 | + identifier: phpstanApi.classConstant |
55 | 66 | count: 1
|
56 | 67 | path: tests/Rules/Properties/MissingGedmoByPhpDocPropertyAssignRuleTest.php
|
57 | 68 |
|
58 | 69 | -
|
59 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\DeadCode\\\\UnusedPrivatePropertyRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 70 | + message: '#^Accessing PHPStan\\Rules\\DeadCode\\UnusedPrivatePropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 71 | + identifier: phpstanApi.classConstant |
60 | 72 | count: 1
|
61 | 73 | path: tests/Rules/Properties/MissingGedmoPropertyAssignRuleTest.php
|
62 | 74 |
|
63 | 75 | -
|
64 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Properties\\\\MissingReadOnlyByPhpDocPropertyAssignRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 76 | + message: '#^Accessing PHPStan\\Rules\\Properties\\MissingReadOnlyByPhpDocPropertyAssignRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 77 | + identifier: phpstanApi.classConstant |
65 | 78 | count: 1
|
66 | 79 | path: tests/Rules/Properties/MissingReadOnlyByPhpDocPropertyAssignRuleTest.php
|
67 | 80 |
|
68 | 81 | -
|
69 |
| - message: "#^Accessing PHPStan\\\\Rules\\\\Properties\\\\MissingReadOnlyPropertyAssignRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#" |
| 82 | + message: '#^Accessing PHPStan\\Rules\\Properties\\MissingReadOnlyPropertyAssignRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#' |
| 83 | + identifier: phpstanApi.classConstant |
70 | 84 | count: 1
|
71 | 85 | path: tests/Rules/Properties/MissingReadOnlyPropertyAssignRuleTest.php
|
0 commit comments