Completed
Push — master ( 89d185...a7034a )
by Mariano
04:19
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/ParserGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
  */
18 18
 namespace Mcustiel\SimpleRequest;
19 19
 
20
-use Doctrine\Common\Annotations\AnnotationReader;
21 20
 use Mcustiel\SimpleRequest\Strategies\AnnotationParserFactory;
22 21
 use Mcustiel\SimpleRequest\Strategies\PropertyParserBuilder;
23 22
 use Mcustiel\SimpleRequest\Interfaces\ReflectionService;
Please login to merge, or discard this patch.
src/Validator/Properties.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     /**
130 130
      * @param array $rest
131 131
      *
132
-     * @return bool|\Mcustiel\SimpleRequest\Interfaces\ValidatorInterface|bool
132
+     * @return boolean
133 133
      */
134 134
     private function validateAdditionalProperties(array $rest)
135 135
     {
Please login to merge, or discard this patch.