Completed
Push — master ( b74761...797a53 )
by Karsten
02:00
created
src/Enumerated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         // take care of the called class
98 98
         $cls = static::class;
99 99
 
100
-        if (! isset($invalid[$cls][$value])) {
100
+        if (!isset($invalid[$cls][$value])) {
101 101
 
102 102
             $inst        = new static();
103 103
             $inst->value = $value;
Please login to merge, or discard this patch.