Completed
Push — master ( f0ea13...4d0fc0 )
by Mariano
04:04
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/RequestBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * using a requestParser.
59 59
      *
60 60
      * @param array|\stdClass $request   The request to convert to an object.
61
-     * @param string|array    $className The class of the object to which the request must be converted.
61
+     * @param string    $className The class of the object to which the request must be converted.
62 62
      * @param string          $behavior  The behaviour of the parser.
63 63
      */
64 64
     public function parseRequest(
Please login to merge, or discard this patch.