Completed
Pull Request — master (#1867)
by Bloody
02:15
created
plugins/unsplash-bg-updater/vendor/unsplash/unsplash/src/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
      * @param  string $title Collection's title
122 122
      * @param  string $description Collection's description
123 123
      * @param  boolean $private Whether to make this collection private
124
-     * @return Photo
124
+     * @return Collection
125 125
      */
126 126
     public static function create($title, $description = '', $private = false)
127 127
     {
Please login to merge, or discard this patch.
plugins/unsplash-bg-updater/vendor/unsplash/unsplash/src/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Refresh an expired token and generate a new AccessToken object.
89 89
      *
90
-     * @return \League\OAuth2\Client\Token\AccessToken|null
90
+     * @return null|\League\OAuth2\Client\Token\AccessTokenInterface
91 91
      */
92 92
     public function refreshToken()
93 93
     {
Please login to merge, or discard this patch.