diff --git a/classes/Config.php b/classes/Config.php index daa4253..f7e725b 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -70,6 +70,7 @@ class Config /** * Path to the directory that contains the phantomjs binary. + * * @var string */ public $phantomjsDir = 'vendor/bin/'; diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index 098a6c1..3b41aa8 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -201,8 +201,8 @@ class VideoDownloadTest extends TestCase 'https://openload.co/embed/qTsjMEUtN4U', 'best[protocol^=http]', 'aup-the-lego-ninjago-movie-2017-1508463762.MP4.mp4-qTsjMEUtN4U', 'mp4', - 'openload.co' - ] + 'openload.co', + ], ]; }