Completed
Push — master ( 85181b...4e2e81 )
by Константин
02:54
created
src/Enum.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param array $array
123
+     * @param integer[] $array
124 124
      *
125 125
      * @return bool
126 126
      */
Please login to merge, or discard this patch.