From f4ed89424a17781e93866e8e1de3c08236fbbd27 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Tue, 11 Oct 2016 13:22:05 -0700 Subject: [PATCH] CS --- logging/api/test/ListEntriesCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/api/test/ListEntriesCommandTest.php b/logging/api/test/ListEntriesCommandTest.php index 54a01f9177..80a3e9fdbe 100644 --- a/logging/api/test/ListEntriesCommandTest.php +++ b/logging/api/test/ListEntriesCommandTest.php @@ -69,7 +69,7 @@ public function testListEntries() $application = new Application(); $application->add(new ListEntriesCommand()); $commandTester = new CommandTester($application->get('list-entries')); - $this->runEventuallyConsistentTest(function() use ($commandTester) { + $this->runEventuallyConsistentTest(function () use ($commandTester) { ob_start(); $commandTester->execute( [