Completed
Pull Request — master (#34)
by
unknown
07:41
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/Vimeo/VimeoServiceAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
     /**
148 148
      * Returns all thumbnails available sizes.
149 149
      *
150
-     * @return array
150
+     * @return string[]
151 151
      */
152 152
     public function getThumbNailSizes()
153 153
     {
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
      * @param string $url
221 221
      * @param string $pattern
222 222
      *
223
-     * @return int
223
+     * @return string
224 224
      */
225 225
     private function getVideoIdByPattern($url, $pattern)
226 226
     {
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.