Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-13 08:45:31 +00:00
committed by StyleCI Bot
parent 0ad0391cb0
commit 2d2f83c149

View File

@@ -9,6 +9,6 @@ class ExampleTest extends TestCase
*/
public function testBasicExample()
{
$this->assertEquals(1, 55-54);
$this->assertEquals(1, 55 - 54);
}
}