|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Cannot access offset 'entries' on array\\|bool\\|float\\|int\\|string\\|null\\.$#" |
| 4 | + message: '#^Cannot access offset ''entries'' on array\|bool\|float\|int\|string\|null\.$#' |
| 5 | + identifier: offsetAccess.nonOffsetAccessible |
5 | 6 | count: 1 |
6 | 7 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Cannot call method fetchAll\\(\\) on Doctrine\\\\DBAL\\\\ForwardCompatibility\\\\Result\\|int\\|string\\.$#" |
| 10 | + message: '#^Cannot call method fetchAll\(\) on Doctrine\\DBAL\\ForwardCompatibility\\Result\|int\|string\.$#' |
| 11 | + identifier: method.nonObject |
10 | 12 | count: 2 |
11 | 13 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Cannot call method fetchColumn\\(\\) on Doctrine\\\\DBAL\\\\ForwardCompatibility\\\\Result\\|int\\|string\\.$#" |
| 16 | + message: '#^Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\ForwardCompatibility\\Result\|int\|string\.$#' |
| 17 | + identifier: method.nonObject |
15 | 18 | count: 1 |
16 | 19 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:configure\\(\\) has no return type specified\\.$#" |
| 22 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:configure\(\) has no return type specified\.$#' |
| 23 | + identifier: missingType.return |
20 | 24 | count: 1 |
21 | 25 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:convertCellsToRows\\(\\) has parameter \\$cells with no value type specified in iterable type array\\.$#" |
| 28 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) has parameter \$cells with no value type specified in iterable type array\.$#' |
| 29 | + identifier: missingType.iterableValue |
25 | 30 | count: 1 |
26 | 31 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:convertCellsToRows\\(\\) has parameter \\$columns with no value type specified in iterable type array\\.$#" |
| 34 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) has parameter \$columns with no value type specified in iterable type array\.$#' |
| 35 | + identifier: missingType.iterableValue |
30 | 36 | count: 1 |
31 | 37 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:convertCellsToRows\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 40 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) return type has no value type specified in iterable type array\.$#' |
| 41 | + identifier: missingType.iterableValue |
35 | 42 | count: 1 |
36 | 43 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
37 | 44 |
|
38 | 45 | - |
39 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:getContentClassAttributes\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 46 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:getContentClassAttributes\(\) return type has no value type specified in iterable type array\.$#' |
| 47 | + identifier: missingType.iterableValue |
40 | 48 | count: 1 |
41 | 49 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
42 | 50 |
|
43 | 51 | - |
44 | | - message: "#^Method Ibexa\\\\Bundle\\\\FieldTypeMatrix\\\\Command\\\\MigrateLegacyMatrixCommand\\:\\:getContentObjectAttributes\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 52 | + message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:getContentObjectAttributes\(\) return type has no value type specified in iterable type array\.$#' |
| 53 | + identifier: missingType.iterableValue |
45 | 54 | count: 1 |
46 | 55 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
47 | 56 |
|
48 | 57 | - |
49 | | - message: "#^Variable \\$xml might not be defined\\.$#" |
| 58 | + message: '#^Variable \$xml might not be defined\.$#' |
| 59 | + identifier: variable.undefined |
50 | 60 | count: 1 |
51 | 61 | path: src/bundle/Command/MigrateLegacyMatrixCommand.php |
52 | 62 |
|
53 | 63 | - |
54 | | - message: "#^Parameter \\#1 \\$input of static method Symfony\\\\Component\\\\Yaml\\\\Yaml\\:\\:parse\\(\\) expects string, string\\|false given\\.$#" |
| 64 | + message: '#^Parameter \#1 \$input of static method Symfony\\Component\\Yaml\\Yaml\:\:parse\(\) expects string, string\|false given\.$#' |
| 65 | + identifier: argument.type |
55 | 66 | count: 1 |
56 | 67 | path: src/bundle/DependencyInjection/IbexaFieldTypeMatrixExtension.php |
57 | 68 |
|
58 | 69 | - |
59 | | - message: "#^Property Ibexa\\\\Core\\\\Persistence\\\\Legacy\\\\Content\\\\StorageFieldDefinition\\:\\:\\$dataText5 \\(string\\) on left side of \\?\\? is not nullable\\.$#" |
| 70 | + message: '#^Property Ibexa\\Core\\Persistence\\Legacy\\Content\\StorageFieldDefinition\:\:\$dataText5 \(string\) on left side of \?\? is not nullable\.$#' |
| 71 | + identifier: nullCoalesce.property |
60 | 72 | count: 1 |
61 | 73 | path: src/lib/FieldType/Converter/MatrixConverter.php |
62 | 74 |
|
63 | 75 | - |
64 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:__construct\\(\\) has parameter \\$cells with no value type specified in iterable type array\\.$#" |
| 76 | + message: '#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__construct\(\) has parameter \$cells with no value type specified in iterable type array\.$#' |
| 77 | + identifier: missingType.iterableValue |
65 | 78 | count: 1 |
66 | 79 | path: src/lib/FieldType/Value/Row.php |
67 | 80 |
|
68 | 81 | - |
69 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:__get\\(\\) has no return type specified\\.$#" |
| 82 | + message: '#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__get\(\) has no return type specified\.$#' |
| 83 | + identifier: missingType.return |
70 | 84 | count: 1 |
71 | 85 | path: src/lib/FieldType/Value/Row.php |
72 | 86 |
|
73 | 87 | - |
74 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:__get\\(\\) has parameter \\$name with no type specified\\.$#" |
| 88 | + message: '#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__get\(\) has parameter \$name with no type specified\.$#' |
| 89 | + identifier: missingType.parameter |
75 | 90 | count: 1 |
76 | 91 | path: src/lib/FieldType/Value/Row.php |
77 | 92 |
|
78 | 93 | - |
79 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:__isset\\(\\) has parameter \\$name with no type specified\\.$#" |
| 94 | + message: '#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__isset\(\) has parameter \$name with no type specified\.$#' |
| 95 | + identifier: missingType.parameter |
80 | 96 | count: 1 |
81 | 97 | path: src/lib/FieldType/Value/Row.php |
82 | 98 |
|
83 | 99 | - |
84 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:getCells\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 100 | + message: '#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:getCells\(\) return type has no value type specified in iterable type array\.$#' |
| 101 | + identifier: missingType.iterableValue |
85 | 102 | count: 1 |
86 | 103 | path: src/lib/FieldType/Value/Row.php |
87 | 104 |
|
88 | 105 | - |
89 | | - message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(string\\)\\: bool\\)\\|null, 'strlen' given\\.$#" |
| 106 | + message: '#^Parameter \#2 \$callback of function array_filter expects \(callable\(string\)\: bool\)\|null, ''strlen'' given\.$#' |
| 107 | + identifier: argument.type |
90 | 108 | count: 1 |
91 | 109 | path: src/lib/FieldType/Value/Row.php |
92 | 110 |
|
93 | 111 | - |
94 | | - message: "#^Property Ibexa\\\\FieldTypeMatrix\\\\FieldType\\\\Value\\\\Row\\:\\:\\$cells type has no value type specified in iterable type array\\.$#" |
| 112 | + message: '#^Property Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:\$cells type has no value type specified in iterable type array\.$#' |
| 113 | + identifier: missingType.iterableValue |
95 | 114 | count: 1 |
96 | 115 | path: src/lib/FieldType/Value/Row.php |
97 | 116 |
|
98 | 117 | - |
99 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\InputHandler\\:\\:toFieldValue\\(\\) has parameter \\$input with no type specified\\.$#" |
| 118 | + message: '#^Class Ibexa\\FieldTypeMatrix\\Form\\Type\\ColumnType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 119 | + identifier: missingType.generics |
| 120 | + count: 1 |
| 121 | + path: src/lib/Form/Type/ColumnType.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Class Ibexa\\FieldTypeMatrix\\Form\\Type\\FieldType\\MatrixCollectionType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 125 | + identifier: missingType.generics |
| 126 | + count: 1 |
| 127 | + path: src/lib/Form/Type/FieldType/MatrixCollectionType.php |
| 128 | + |
| 129 | + - |
| 130 | + message: '#^Class Ibexa\\FieldTypeMatrix\\Form\\Type\\FieldType\\MatrixEntryType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 131 | + identifier: missingType.generics |
| 132 | + count: 1 |
| 133 | + path: src/lib/Form/Type/FieldType/MatrixEntryType.php |
| 134 | + |
| 135 | + - |
| 136 | + message: '#^Class Ibexa\\FieldTypeMatrix\\Form\\Type\\FieldType\\MatrixFieldType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#' |
| 137 | + identifier: missingType.generics |
| 138 | + count: 1 |
| 139 | + path: src/lib/Form/Type/FieldType/MatrixFieldType.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\InputHandler\:\:toFieldValue\(\) has parameter \$input with no type specified\.$#' |
| 143 | + identifier: missingType.parameter |
100 | 144 | count: 1 |
101 | 145 | path: src/lib/GraphQL/InputHandler.php |
102 | 146 |
|
103 | 147 | - |
104 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\InputHandler\\:\\:toFieldValue\\(\\) has parameter \\$inputFormat with no type specified\\.$#" |
| 148 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\InputHandler\:\:toFieldValue\(\) has parameter \$inputFormat with no type specified\.$#' |
| 149 | + identifier: missingType.parameter |
105 | 150 | count: 1 |
106 | 151 | path: src/lib/GraphQL/InputHandler.php |
107 | 152 |
|
108 | 153 | - |
109 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionInputSchemaWorker\\:\\:canWork\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 154 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:canWork\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 155 | + identifier: missingType.iterableValue |
110 | 156 | count: 1 |
111 | 157 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionInputSchemaWorker.php |
112 | 158 |
|
113 | 159 | - |
114 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionInputSchemaWorker\\:\\:typeName\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 160 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:typeName\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 161 | + identifier: missingType.iterableValue |
115 | 162 | count: 1 |
116 | 163 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionInputSchemaWorker.php |
117 | 164 |
|
118 | 165 | - |
119 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionInputSchemaWorker\\:\\:work\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 166 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:work\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 167 | + identifier: missingType.iterableValue |
120 | 168 | count: 1 |
121 | 169 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionInputSchemaWorker.php |
122 | 170 |
|
123 | 171 | - |
124 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionSchemaWorker\\:\\:canWork\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 172 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:canWork\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 173 | + identifier: missingType.iterableValue |
125 | 174 | count: 1 |
126 | 175 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionSchemaWorker.php |
127 | 176 |
|
128 | 177 | - |
129 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionSchemaWorker\\:\\:typeName\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 178 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:typeName\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 179 | + identifier: missingType.iterableValue |
130 | 180 | count: 1 |
131 | 181 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionSchemaWorker.php |
132 | 182 |
|
133 | 183 | - |
134 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\Schema\\\\MatrixFieldDefinitionSchemaWorker\\:\\:work\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" |
| 184 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:work\(\) has parameter \$args with no value type specified in iterable type array\.$#' |
| 185 | + identifier: missingType.iterableValue |
135 | 186 | count: 1 |
136 | 187 | path: src/lib/GraphQL/Schema/MatrixFieldDefinitionSchemaWorker.php |
137 | 188 |
|
138 | 189 | - |
139 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\SilentRow\\:\\:__get\\(\\) has no return type specified\\.$#" |
| 190 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\SilentRow\:\:__get\(\) has no return type specified\.$#' |
| 191 | + identifier: missingType.return |
140 | 192 | count: 1 |
141 | 193 | path: src/lib/GraphQL/SilentRow.php |
142 | 194 |
|
143 | 195 | - |
144 | | - message: "#^Method Ibexa\\\\FieldTypeMatrix\\\\GraphQL\\\\SilentRow\\:\\:__get\\(\\) has parameter \\$name with no type specified\\.$#" |
| 196 | + message: '#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\SilentRow\:\:__get\(\) has parameter \$name with no type specified\.$#' |
| 197 | + identifier: missingType.parameter |
145 | 198 | count: 1 |
146 | 199 | path: src/lib/GraphQL/SilentRow.php |
147 | 200 |
|
148 | 201 | - |
149 | | - message: "#^Static property Ibexa\\\\Contracts\\\\Core\\\\Test\\\\Repository\\\\SetupFactory\\\\Legacy\\:\\:\\$serviceContainer \\(Ibexa\\\\Core\\\\Base\\\\ServiceContainer\\) in isset\\(\\) is not nullable\\.$#" |
| 202 | + message: '#^Static property Ibexa\\Contracts\\Core\\Test\\Repository\\SetupFactory\\Legacy\:\:\$serviceContainer \(Ibexa\\Core\\Base\\ServiceContainer\) in isset\(\) is not nullable\.$#' |
| 203 | + identifier: isset.property |
150 | 204 | count: 1 |
151 | 205 | path: tests/lib/LegacySetupFactory.php |
152 | 206 |
|
153 | 207 | - |
154 | | - message: "#^Access to an undefined property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject\\:\\:\\$id\\.$#" |
| 208 | + message: '#^Access to an undefined property Ibexa\\Contracts\\Core\\Repository\\Values\\ValueObject\:\:\$id\.$#' |
| 209 | + identifier: property.notFound |
155 | 210 | count: 1 |
156 | 211 | path: tests/lib/Repository/SearchServiceTest.php |
0 commit comments