Passed
Push — master ( 15da4f...526388 )
by Константин
05:53
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
             $ids = $reverse ? array_diff($all, $ids) : $ids;
110 110
         }
111 111
 
112
-        return array_map(function (int $id) {
112
+        return array_map(function(int $id) {
113 113
             return new static($id);
114 114
         }, $ids);
115 115
     }
Please login to merge, or discard this patch.