@@ -12,7 +12,7 @@ |
||
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 |