From 397bbf96ffb7980ddf19d8fb7ffeabc9e38c2c94 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 25 Jan 2018 15:13:13 +0100 Subject: [PATCH] style: Lint Changes suggested by StyleCI --- classes/Config.php | 1 + tests/VideoDownloadTest.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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', + ], ]; }