Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#7029-no-space-before-arg…
Browse files Browse the repository at this point in the history
…ument-list-comma' into develop

Close zendframework/zendframework#7029
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents 8fc5178 + 370c4a0 commit 1856d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public function testSetReadOnlyAppliesToChildren()

public function testZF6995_toArrayDoesNotDisturbInternalIterator()
{
$config = new Config(range(1,10));
$config = new Config(range(1, 10));
$config->rewind();
$this->assertEquals(1, $config->current());

Expand Down

0 comments on commit 1856d09

Please sign in to comment.