@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | try { |
32 | 32 | $methodName = $matches[1]; |
33 | - $arguments = json_decode('['.$matches[2].']', true, 512, JSON_THROW_ON_ERROR); |
|
33 | + $arguments = json_decode('['.$matches[2].']', true, 512, JSON_THROW_ON_ERROR); |
|
34 | 34 | |
35 | 35 | return $this->faker->__call( |
36 | 36 | $methodName, |