@@ -105,7 +105,7 @@ |
||
| 105 | 105 | |
| 106 | 106 | /** |
| 107 | 107 | * @param string $option |
| 108 | - * @param mixed $default |
|
| 108 | + * @param string $default |
|
| 109 | 109 | * @return mixed |
| 110 | 110 | * @throws \Nekland\YoutubeApi\Exception\MissingOptionException |
| 111 | 111 | */ |
@@ -18,6 +18,9 @@ |
||
| 18 | 18 | |
| 19 | 19 | trait AuthServiceTrait |
| 20 | 20 | { |
| 21 | + /** |
|
| 22 | + * @return null|ClientInterface |
|
| 23 | + */ |
|
| 21 | 24 | protected function getClientMock() |
| 22 | 25 | { |
| 23 | 26 | $client = $this->prophesize(ClientInterface::class); |