From 2d2f83c149c41a131308479d7977cc53d1406bf3 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 13 Aug 2018 08:45:31 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 7f0b2a70d..a754c9fd2 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -9,6 +9,6 @@ class ExampleTest extends TestCase */ public function testBasicExample() { - $this->assertEquals(1, 55-54); + $this->assertEquals(1, 55 - 54); } }