Completed
Push — master ( 168780...21076e )
by Ilya
03:30 queued 01:16
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
         return array_filter(
42 42
             $this->reflection->getConstants(),
43
-            function ($key) use ($includeDefault) {
43
+            function($key) use ($includeDefault) {
44 44
                 if ($includeDefault === false && $key === $this->defaultConstantName) {
45 45
                     return false;
46 46
                 }
Please login to merge, or discard this patch.