Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Oct 11, 2016
1 parent 5b11163 commit f4ed894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/api/test/ListEntriesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
[
Expand Down

0 comments on commit f4ed894

Please sign in to comment.