Completed
Pull Request — master (#18)
by Ricardo
05:45
created
src/Adapter/Youtube/YoutubeServiceAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @return array
76
+     * @return string[]
77 77
      */
78 78
     public function getThumbNailSizes()
79 79
     {
Please login to merge, or discard this patch.
src/Adapter/Dailymotion/DailymotionServiceAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * Returns all thumbnails available sizes.
55 55
      *
56
-     * @return array
56
+     * @return string[]
57 57
      */
58 58
     public function getThumbNailSizes()
59 59
     {
Please login to merge, or discard this patch.
src/Adapter/Facebook/FacebookServiceAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * Returns all thumbnails available sizes.
55 55
      *
56
-     * @return array
56
+     * @return string[]
57 57
      */
58 58
     public function getThumbNailSizes()
59 59
     {
Please login to merge, or discard this patch.
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.