From 6caa94f7c90f5a2fc96ac12bc04c921f2640a629 Mon Sep 17 00:00:00 2001 From: Xenofon Spafaridis Date: Mon, 18 Jan 2016 16:53:53 -0500 Subject: [PATCH] Applied fixes from StyleCI --- tests/src/SystemLogTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/SystemLogTest.php b/tests/src/SystemLogTest.php index ddd8344..e76dd6a 100644 --- a/tests/src/SystemLogTest.php +++ b/tests/src/SystemLogTest.php @@ -88,7 +88,6 @@ protected function setUp() */ protected function tearDown() { - } /** @@ -388,6 +387,5 @@ public function testPrepareObject() ); $this->assertSame($method, $object->method); - } }