From c3340b16862e06191660ace80f65d599774c7d63 Mon Sep 17 00:00:00 2001 From: prolic Date: Sat, 18 Jun 2016 17:02:41 +0800 Subject: [PATCH] apply php cs fixes --- tests/Container/CliFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Container/CliFactoryTest.php b/tests/Container/CliFactoryTest.php index 45fca89..621abf2 100644 --- a/tests/Container/CliFactoryTest.php +++ b/tests/Container/CliFactoryTest.php @@ -45,4 +45,4 @@ public function it_creates_console_runner() $this->assertInstanceOf(Application::class, $runner); } -} \ No newline at end of file +}