From 5ce3ae2b5322926ed82f9d4468fd1bfbe9e778be Mon Sep 17 00:00:00 2001 From: Nikita Stenin Date: Sat, 8 Apr 2017 20:12:15 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/CentrifugeTest.php | 2 +- tests/TestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CentrifugeTest.php b/tests/CentrifugeTest.php index ed84463..a9fdb57 100644 --- a/tests/CentrifugeTest.php +++ b/tests/CentrifugeTest.php @@ -93,4 +93,4 @@ public function testCentrifugeApi() $this->assertEquals($stats['method'], 'stats'); $this->assertEquals($stats['error'], null); } -} \ No newline at end of file +} diff --git a/tests/TestCase.php b/tests/TestCase.php index ff51ecb..c09a19b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -36,4 +36,4 @@ protected function getEnvironmentSetUp($app) 'redis_connection' => 'default', ]); } -} \ No newline at end of file +}