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( [