@@ -313,7 +313,7 @@ |
||
313 | 313 | $class === null ? [] : [ArrayDefinition::CLASS_NAME => $class], |
314 | 314 | [ArrayDefinition::CONSTRUCTOR => $constructorArguments], |
315 | 315 | // extract only value from parsed definition method |
316 | - array_map(static fn (array $data): mixed => $data[2], $methodsAndProperties), |
|
316 | + array_map(static fn (array $data) : mixed => $data[2], $methodsAndProperties), |
|
317 | 317 | ); |
318 | 318 | } |
319 | 319 |