Completed
Branch master (a3a5b0)
by Jeroen
02:56
created
src/Api.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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 = 'rest', $endpoint = 'https://api.flickr.com/services/rest/')
39 39
     {
Please login to merge, or discard this patch.
src/FlickrServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.