From 86523fd44b89c21a2747eb22d5a7782eff7ba247 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 26 May 2018 14:38:42 +0200 Subject: [PATCH] style: Lint --- tests/VideoDownloadTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index 998e37b..4d3fae9 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -425,7 +425,10 @@ class VideoDownloadTest extends TestCase */ public function testGetAudioStreamPlaylistError() { - $this->download->getAudioStream('https://www.youtube.com/playlist?list=PLgdySZU6KUXL_8Jq5aUkyNV7wCa-4wZsC', 'best'); + $this->download->getAudioStream( + 'https://www.youtube.com/playlist?list=PLgdySZU6KUXL_8Jq5aUkyNV7wCa-4wZsC', + 'best' + ); } /**