@@ -241,6 +241,7 @@ |
||
241 | 241 | |
242 | 242 | /** |
243 | 243 | * {@inheritdoc} |
244 | + * @param string $path |
|
244 | 245 | */ |
245 | 246 | public function applyPathPrefix($path) |
246 | 247 | { |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * Set Http Client. |
83 | 83 | * |
84 | - * @param mixed $client |
|
84 | + * @param string $client |
|
85 | 85 | */ |
86 | 86 | protected function setClient($client = '') |
87 | 87 | { |
@@ -357,7 +357,7 @@ discard block |
||
357 | 357 | * |
358 | 358 | * @param string $path |
359 | 359 | * @param string|resource $contents |
360 | - * @param string|array $mode |
|
360 | + * @param string $mode |
|
361 | 361 | * |
362 | 362 | * @return array |
363 | 363 | */ |