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 +}