@@ -17,7 +17,6 @@ |
||
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; |
@@ -129,7 +129,7 @@ |
||
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 | { |