@@ -31,7 +31,7 @@ |
||
| 31 | 31 | /** |
| 32 | 32 | * Get the services provided by the provider. |
| 33 | 33 | * |
| 34 | - * @return array |
|
| 34 | + * @return string[] |
|
| 35 | 35 | */ |
| 36 | 36 | public function provides() |
| 37 | 37 | { |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | * @param string $apiKey |
| 34 | 34 | * @param string $format |
| 35 | 35 | * @param string $endpoint |
| 36 | - * @return void |
|
| 36 | + * @return Api |
|
| 37 | 37 | */ |
| 38 | 38 | public function __construct($apiKey, $format = 'php_serial', $endpoint = 'https://api.flickr.com/services/rest/') |
| 39 | 39 | { |