@@ -48,7 +48,6 @@ |
||
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 |
@@ -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 | { |