@@ -87,7 +87,7 @@ |
||
87 | 87 | |
88 | 88 | /** |
89 | 89 | * @param string $key |
90 | - * @param $value |
|
90 | + * @param string $value |
|
91 | 91 | * @return $this |
92 | 92 | */ |
93 | 93 | public function setParameter($key, $value) |
@@ -90,7 +90,7 @@ |
||
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |
93 | - * @return mixed |
|
93 | + * @return ResponseInterface |
|
94 | 94 | */ |
95 | 95 | public function getResponse() |
96 | 96 | { |