|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 4 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
5 | 5 | count: 2 |
6 | 6 | path: lib/AnalyzeApplication.php |
7 | 7 |
|
8 | 8 | - |
9 | | - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" |
| 9 | + message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#' |
| 10 | + identifier: argument.type |
10 | 11 | count: 1 |
11 | 12 | path: lib/AnalyzerResultReader.php |
12 | 13 |
|
13 | 14 | - |
14 | | - message: "#^Call to function is_array\\(\\) with array\\{ignoreErrors\\?\\: list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\>\\} will always evaluate to true\\.$#" |
| 15 | + message: '#^Parameter \#2 \$datetime of static method DateTimeImmutable\:\:createFromFormat\(\) expects string, mixed given\.$#' |
| 16 | + identifier: argument.type |
| 17 | + count: 1 |
| 18 | + path: lib/AnalyzerResultReader.php |
| 19 | + |
| 20 | + - |
| 21 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$anonymousVariables \(int\) does not accept mixed\.$#' |
| 22 | + identifier: assign.propertyType |
| 23 | + count: 1 |
| 24 | + path: lib/AnalyzerResultReader.php |
| 25 | + |
| 26 | + - |
| 27 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$classesComplexity \(int\) does not accept mixed\.$#' |
| 28 | + identifier: assign.propertyType |
| 29 | + count: 1 |
| 30 | + path: lib/AnalyzerResultReader.php |
| 31 | + |
| 32 | + - |
| 33 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$deprecations \(int\) does not accept mixed\.$#' |
| 34 | + identifier: assign.propertyType |
| 35 | + count: 1 |
| 36 | + path: lib/AnalyzerResultReader.php |
| 37 | + |
| 38 | + - |
| 39 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$invalidPhpdocs \(int\) does not accept mixed\.$#' |
| 40 | + identifier: assign.propertyType |
| 41 | + count: 1 |
| 42 | + path: lib/AnalyzerResultReader.php |
| 43 | + |
| 44 | + - |
| 45 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$overallErrors \(int\) does not accept mixed\.$#' |
| 46 | + identifier: assign.propertyType |
| 47 | + count: 1 |
| 48 | + path: lib/AnalyzerResultReader.php |
| 49 | + |
| 50 | + - |
| 51 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$paramTypeCoverage \(int\<0, 100\>\) does not accept mixed\.$#' |
| 52 | + identifier: assign.propertyType |
| 53 | + count: 1 |
| 54 | + path: lib/AnalyzerResultReader.php |
| 55 | + |
| 56 | + - |
| 57 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$propertyTypeCoverage \(int\<0, 100\>\) does not accept mixed\.$#' |
| 58 | + identifier: assign.propertyType |
| 59 | + count: 1 |
| 60 | + path: lib/AnalyzerResultReader.php |
| 61 | + |
| 62 | + - |
| 63 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$returnTypeCoverage \(int\<0, 100\>\) does not accept mixed\.$#' |
| 64 | + identifier: assign.propertyType |
| 65 | + count: 1 |
| 66 | + path: lib/AnalyzerResultReader.php |
| 67 | + |
| 68 | + - |
| 69 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$unknownTypes \(int\) does not accept mixed\.$#' |
| 70 | + identifier: assign.propertyType |
| 71 | + count: 1 |
| 72 | + path: lib/AnalyzerResultReader.php |
| 73 | + |
| 74 | + - |
| 75 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\AnalyzerResult\:\:\$unusedSymbols \(int\) does not accept mixed\.$#' |
| 76 | + identifier: assign.propertyType |
| 77 | + count: 1 |
| 78 | + path: lib/AnalyzerResultReader.php |
| 79 | + |
| 80 | + - |
| 81 | + message: '#^Call to function is_array\(\) with array\{ignoreErrors\?\: list\<array\{message\: string, count\: int, path\: string\}\>\} will always evaluate to true\.$#' |
| 82 | + identifier: function.alreadyNarrowedType |
15 | 83 | count: 1 |
16 | 84 | path: lib/Baseline.php |
17 | 85 |
|
18 | 86 | - |
19 | | - message: "#^Call to function is_array\\(\\) with list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\> will always evaluate to true\\.$#" |
| 87 | + message: '#^Call to function is_array\(\) with list\<array\{message\: string, count\: int, path\: string\}\> will always evaluate to true\.$#' |
| 88 | + identifier: function.alreadyNarrowedType |
20 | 89 | count: 1 |
21 | 90 | path: lib/Baseline.php |
22 | 91 |
|
23 | 92 | - |
24 | | - message: "#^Parameter \\#1 \\$input of static method Nette\\\\Neon\\\\Neon\\:\\:decode\\(\\) expects string, string\\|false given\\.$#" |
| 93 | + message: '#^Parameter \#1 \$input of static method Nette\\Neon\\Neon\:\:decode\(\) expects string, string\|false given\.$#' |
| 94 | + identifier: argument.type |
25 | 95 | count: 1 |
26 | 96 | path: lib/Baseline.php |
27 | 97 |
|
28 | 98 | - |
29 | | - message: "#^Property staabm\\\\PHPStanBaselineAnalysis\\\\Baseline\\:\\:\\$content \\(array\\{parameters\\?\\: array\\{ignoreErrors\\?\\: list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\>\\}\\}\\) does not accept array\\.$#" |
| 99 | + message: '#^Property staabm\\PHPStanBaselineAnalysis\\Baseline\:\:\$content \(array\{parameters\?\: array\{ignoreErrors\?\: list\<array\{message\: string, count\: int, path\: string\}\>\}\}\) does not accept array\<mixed, mixed\>\.$#' |
| 100 | + identifier: assign.propertyType |
30 | 101 | count: 1 |
31 | 102 | path: lib/Baseline.php |
32 | 103 |
|
33 | 104 | - |
34 | | - message: "#^Method staabm\\\\PHPStanBaselineAnalysis\\\\BaselineAnalyzer\\:\\:normalizeMessage\\(\\) should return string but returns string\\|null\\.$#" |
| 105 | + message: '#^Method staabm\\PHPStanBaselineAnalysis\\BaselineAnalyzer\:\:normalizeMessage\(\) should return string but returns string\|null\.$#' |
| 106 | + identifier: return.type |
35 | 107 | count: 1 |
36 | 108 | path: lib/BaselineAnalyzer.php |
37 | 109 |
|
38 | 110 | - |
39 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 111 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
40 | 112 | count: 4 |
41 | 113 | path: lib/BaselineAnalyzer.php |
42 | 114 |
|
43 | 115 | - |
44 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 116 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
45 | 117 | count: 2 |
46 | 118 | path: lib/FilterApplication.php |
47 | 119 |
|
48 | 120 | - |
49 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 121 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
50 | 122 | count: 1 |
51 | 123 | path: lib/GraphTemplate.php |
52 | 124 |
|
53 | 125 | - |
54 | | - message: "#^Generator expects value type string, string\\|false given\\.$#" |
| 126 | + message: '#^Generator expects value type string, string\|false given\.$#' |
| 127 | + identifier: generator.valueType |
55 | 128 | count: 1 |
56 | 129 | path: lib/ResultPrinter.php |
57 | 130 |
|
58 | 131 | - |
59 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 132 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
60 | 133 | count: 14 |
61 | 134 | path: lib/ResultPrinter.php |
62 | 135 |
|
63 | 136 | - |
64 | | - message: "#^Out of 28 possible constant types, only 0 \\- 0\\.0 %% actually have it\\. Add more constant types to get over 99 %%$#" |
| 137 | + message: '#^Out of 28 possible constant types, only 0 \- 0\.0 %% actually have it\. Add more constant types to get over 99 %%$#' |
65 | 138 | count: 5 |
66 | 139 | path: lib/TrendApplication.php |
0 commit comments