@@ -56,7 +56,7 @@ |
||
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | $isValid = call_user_func([$this->enumType, 'isValid'], $value); |
| 59 | - if (! $isValid) { |
|
| 59 | + if (!$isValid) { |
|
| 60 | 60 | throw new InvalidArgumentException(sprintf( |
| 61 | 61 | 'The value "%s" is not valid for the enum "%s". Expected one of ["%s"]', |
| 62 | 62 | $value, |