@@ -33,7 +33,7 @@ |
||
| 33 | 33 | protected static function notInArray($value, array $values, string $message = ''): void |
| 34 | 34 | { |
| 35 | 35 | if (in_array($value, $values, true)) { |
| 36 | - $callable = function (mixed $val) { |
|
| 36 | + $callable = function(mixed $val) { |
|
| 37 | 37 | return self::valueToString($val); |
| 38 | 38 | }; |
| 39 | 39 | |