Completed
Pull Request — master (#3)
by Mariano
09:11
created
src/Strategies/Properties/SimplePropertyParser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
      * Filters and validates a value. And return the filtered value.
49 49
      * It throws an exception if the value is not valid.
50 50
      *
51
-     * @param mixed $value
52 51
      * @return mixed
53 52
      *
54 53
      * @throws \Mcustiel\SimpleRequest\Exception\InvalidValueException
Please login to merge, or discard this patch.
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.