@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | interface QueryParameterInterface |
| 18 | 18 | { |
| 19 | 19 | /** |
| 20 | - * @return mixed |
|
| 20 | + * @return string |
|
| 21 | 21 | */ |
| 22 | 22 | public function getName(); |
| 23 | 23 | |
@@ -28,6 +28,7 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * @param mixed $value |
| 31 | + * @return void |
|
| 31 | 32 | */ |
| 32 | 33 | public function setValue($value); |
| 33 | 34 | } |
| 34 | 35 | \ No newline at end of file |