From 3f96adb255ccc464af1f1073ed6fab18c6171051 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 26 Dec 2016 15:53:03 +0100 Subject: [PATCH] Lint --- classes/Config.php | 2 +- tests/VideoDownloadTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Config.php b/classes/Config.php index 14c42c0..5921a61 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -42,7 +42,7 @@ class Config '--no-playlist', '--no-warnings', //We can allow non-HTTP URLs on the feature/stream branch '-f best', - '--playlist-end', 1 + '--playlist-end', 1, ]; /** diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index bd5ebe7..a95a636 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -182,7 +182,7 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp4', 'video.twimg.com', 'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp3', - ] + ], ]; }