We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7dcc9 commit 5e0464aCopy full SHA for 5e0464a
Transformer/InstantiateTransformer.php
@@ -19,7 +19,7 @@
19
*/
20
class InstantiateTransformer implements ConfigurableTransformerInterface
21
{
22
- public function transform(mixed $value, array $options = [])
+ public function transform($value, array $options = [])
23
24
if (!is_array($value)) {
25
throw new \UnexpectedValueException('Input value must be an array for transformer instantiate');
0 commit comments