Completed
Pull Request — master (#18)
by Ricardo
05:45
created
src/Adapter/Vimeo/VimeoServiceAdapter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * Returns all thumbnails available sizes.
154 154
      *
155
-     * @return array
155
+     * @return string[]
156 156
      */
157 157
     public function getThumbNailSizes()
158 158
     {
@@ -228,6 +228,7 @@  discard block
 block discarded – undo
228 228
      *
229 229
      * @todo make this better by using guzzle
230 230
      *
231
+     * @param string $url
231 232
      * @return array
232 233
      *
233 234
      * @throws ServiceApiNotAvailable
Please login to merge, or discard this patch.