From 8bee2ae28e173b27f4b04ba08e28ed8dc11e319b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 4 Feb 2020 23:51:09 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index aca6723b3..1942be173 100755 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -60,8 +60,8 @@ public function getRequest($url = 'http://www.foo.com/hello/world') public function getTranslatorMock() { /** - * @nit Daan mock Facade Lang - */ + * @nit Daan mock Facade Lang + */ if (version_compare(\Illuminate\Support\Facades\App::version(), '6.0', '>=')) { return new Lang; }