Completed
Pull Request — master (#2)
by
unknown
03:54
created
Category
src/Type/AbstractPhpEnumType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.