Completed
Branch develop (b41e4a)
by Mariano
04:26
created
src/Validator/Properties.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -141,6 +141,9 @@
 block discarded – undo
141 141
         return $this->validateListItems(array_slice($keys, $count, count($list) - $count));
142 142
     }
143 143
 
144
+    /**
145
+     * @param integer[] $array
146
+     */
144 147
     private function validateListItems($array)
145 148
     {
146 149
         foreach ($array as $item) {
Please login to merge, or discard this patch.