You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:'#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) has parameter \$cells with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) has parameter \$columns with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) return type has no value type specified in iterable type array\.$#'
23
-
identifier:missingType.iterableValue
4
+
message:'#^Binary operation "%%" between int\|string and int\<0, max\> results in an error\.$#'
message:'#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:getContentClassAttributes\(\) return type has no value type specified in iterable type array\.$#'
29
-
identifier:missingType.iterableValue
10
+
message:'#^Cannot access offset ''entries'' on array\|bool\|float\|int\|string\|null\.$#'
message:'#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:getContentObjectAttributes\(\) return type has no value type specified in iterable type array\.$#'
35
-
identifier:missingType.iterableValue
16
+
message:'#^Cannot access property \$identifier on array\<string, mixed\>\.$#'
message:'#^Property Ibexa\\Core\\Persistence\\Legacy\\Content\\StorageFieldDefinition\:\:\$dataText5 \(string\) on left side of \?\? is not nullable\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__construct\(\) has parameter \$cells with no value type specified in iterable type array\.$#'
59
-
identifier:missingType.iterableValue
60
-
count:1
61
-
path:src/lib/FieldType/Value/Row.php
62
-
63
-
-
64
-
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__get\(\) has no return type specified\.$#'
65
-
identifier:missingType.return
28
+
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Mapper\\MatrixFormMapper\:\:mapFieldDefinitionForm\(\) has parameter \$fieldDefinitionForm with generic interface Symfony\\Component\\Form\\FormInterface but does not specify its types\: TData$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__get\(\) has parameter \$name with no type specified\.$#'
71
-
identifier:missingType.parameter
34
+
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Mapper\\MatrixFormMapper\:\:mapFieldValueForm\(\) has parameter \$fieldForm with generic interface Symfony\\Component\\Form\\FormInterface but does not specify its types\: TData$#'
35
+
identifier:missingType.generics
72
36
count:1
73
-
path:src/lib/FieldType/Value/Row.php
74
-
75
-
-
76
-
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:__isset\(\) has parameter \$name with no type specified\.$#'
77
-
identifier:missingType.parameter
78
-
count:1
79
-
path:src/lib/FieldType/Value/Row.php
80
-
81
-
-
82
-
message:'#^Method Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:getCells\(\) return type has no value type specified in iterable type array\.$#'
message:'#^Parameter \#2 \$callback of function array_filter expects \(callable\(string\)\: bool\)\|null, ''strlen'' given\.$#'
89
41
identifier:argument.type
90
42
count:1
91
43
path:src/lib/FieldType/Value/Row.php
92
-
93
-
-
94
-
message:'#^Property Ibexa\\FieldTypeMatrix\\FieldType\\Value\\Row\:\:\$cells type has no value type specified in iterable type array\.$#'
95
-
identifier:missingType.iterableValue
96
-
count:1
97
-
path:src/lib/FieldType/Value/Row.php
98
-
99
-
-
100
-
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\InputHandler\:\:toFieldValue\(\) has parameter \$input with no type specified\.$#'
101
-
identifier:missingType.parameter
102
-
count:1
103
-
path:src/lib/GraphQL/InputHandler.php
104
-
105
-
-
106
-
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\InputHandler\:\:toFieldValue\(\) has parameter \$inputFormat with no type specified\.$#'
107
-
identifier:missingType.parameter
108
-
count:1
109
-
path:src/lib/GraphQL/InputHandler.php
110
-
111
-
-
112
-
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:canWork\(\) has parameter \$args with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:typeName\(\) has parameter \$args with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionInputSchemaWorker\:\:work\(\) has parameter \$args with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:canWork\(\) has parameter \$args with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:typeName\(\) has parameter \$args with no value type specified in iterable type array\.$#'
message:'#^Method Ibexa\\FieldTypeMatrix\\GraphQL\\Schema\\MatrixFieldDefinitionSchemaWorker\:\:work\(\) has parameter \$args with no value type specified in iterable type array\.$#'
@@ -142,7 +135,14 @@ public function execute(InputInterface $input, OutputInterface $output): int
142
135
);
143
136
144
137
if ($contentAttributesCount === 0) {
145
-
$io->comment(sprintf('Zero instances of %s:%s attribute to migrate.', $contentClassAttribute['contenttype_identifier'], $contentClassAttribute['identifier']));
138
+
$io->comment(
139
+
sprintf(
140
+
'Zero instances of %s:%s attribute to migrate.',
141
+
$contentClassAttribute['contenttype_identifier'],
142
+
$contentClassAttribute['identifier']
143
+
)
144
+
);
145
+
146
146
continue;
147
147
}
148
148
@@ -165,7 +165,7 @@ public function execute(InputInterface $input, OutputInterface $output): int
165
165
$xml = newSimpleXMLElement(
166
166
(string)$contentObjectAttribute['data_text']
167
167
);
168
-
} catch (Exception$e) {
168
+
} catch (Exception) {
169
169
$progressBar->advance();
170
170
171
171
continue;
@@ -186,7 +186,7 @@ public function execute(InputInterface $input, OutputInterface $output): int
186
186
187
187
$this->updateContentObjectAttribute(
188
188
(int)$contentObjectAttribute['id'],
189
-
(string)$storageFieldValue->dataText
189
+
$storageFieldValue->dataText
190
190
);
191
191
192
192
$progressBar->advance();
@@ -206,10 +206,10 @@ public function execute(InputInterface $input, OutputInterface $output): int
0 commit comments