Completed
Push — master ( b67543...738782 )
by Ricardo
04:02
created
src/Adapter/Dailymotion/DailymotionServiceAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * Returns all thumbnails available sizes
54
-     * @return array
54
+     * @return string[]
55 55
      */
56 56
     public function getThumbNailSizes()
57 57
     {
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
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * Returns all thumbnails available sizes
57
-     * @return array
57
+     * @return string[]
58 58
      */
59 59
     public function getThumbNailSizes()
60 60
     {
Please login to merge, or discard this patch.
src/Adapter/Vimeo/VimeoServiceAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * Returns all thumbnails available sizes
152
-     * @return array
152
+     * @return string[]
153 153
      */
154 154
     public function getThumbNailSizes()
155 155
     {
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * @param string $url
209 209
      * @param string $pattern
210
-     * @return int
210
+     * @return string
211 211
      */
212 212
     private function getVideoIdByPattern($url, $pattern)
213 213
     {
Please login to merge, or discard this patch.
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.