From bdcbf19cee8525bbdd60b15e70a934394d8e0cd6 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 10 Nov 2017 12:19:04 +0100 Subject: [PATCH] Lint --- tests/ConfigTest.php | 2 +- tests/FrontControllerTest.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 2ecb6a0..8e49632 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -52,7 +52,7 @@ class ConfigTest extends TestCase /** * Assert that a Config object is correctly instantiated. * - * @param Config $config Config class instance. + * @param Config $config Config class instance. * * @return void */ diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index f8bd064..69ce74c 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -262,7 +262,10 @@ class FrontControllerTest extends TestCase { $this->assertRequestIsRedirect( 'video', - ['url' => 'https://2080.bandcamp.com/track/cygnus-x-the-orange-theme-2080-faulty-chip-cover', 'audio' => true] + [ + 'url' => 'https://2080.bandcamp.com/track/cygnus-x-the-orange-theme-2080-faulty-chip-cover', + 'audio' => true, + ] ); }