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

Commit

Permalink
tests - apply method_argument_space fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and Ocramius committed Dec 16, 2014
1 parent 8fc5178 commit 370c4a0
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 370c4a0

Please sign in to comment.