Passed
Push — master ( 7a2c52...e3562b )
by Luca
01:43
created
src/Downloader/VimeoDownloader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function getURL(): string
13 13
     {
14 14
 
15
-        $links = array_reduce($this->getVideoInfo(), function ($vimeoVideos, $currentVimeoVideo) {
15
+        $links = array_reduce($this->getVideoInfo(), function($vimeoVideos, $currentVimeoVideo) {
16 16
             $quality = substr($currentVimeoVideo['quality'], 0, -1);
17 17
             $vimeoVideos[$quality] = $currentVimeoVideo['url'];
18 18
 
Please login to merge, or discard this patch.