Test Setup Failed
Push — master ( 51fe54...551c5d )
by Константин
04:03
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
             $ids = $reverse ? array_diff($all, $ids) : $ids;
204 204
         }
205 205
 
206
-        return array_map(static function (int $id) {
206
+        return array_map(static function(int $id) {
207 207
             return static::create($id);
208 208
         }, $ids);
209 209
     }
Please login to merge, or discard this patch.