@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Get a parameter |
99 | 99 | * |
100 | 100 | * @param string $key The parameter key |
101 | - * @param mixed $default Default value |
|
101 | + * @param string $default Default value |
|
102 | 102 | * @return mixed |
103 | 103 | */ |
104 | 104 | public function getParameter($key, $default = null) |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | * Set a parameter on the request |
195 | 195 | * |
196 | 196 | * @param string $key |
197 | - * @param mixed $value |
|
197 | + * @param string $value |
|
198 | 198 | * @return $this |
199 | 199 | * @throws RuntimeException |
200 | 200 | */ |