Passed
Push — master ( 7e1f9b...84d668 )
by Ilya
29s
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
         return array_filter(
72 72
             self::$reflections[static::class]->getConstants(),
73
-            function ($key) use ($includeDefault) {
73
+            function($key) use ($includeDefault) {
74 74
                 if ($includeDefault === false && $key === self::$defaultConstantName) {
75 75
                     return false;
76 76
                 }
Please login to merge, or discard this patch.