From 370c4a0e25a2c9b17e87ad42b9c3b13b40a31005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sat, 13 Dec 2014 11:47:17 +0100 Subject: [PATCH] tests - apply method_argument_space fixer --- test/ConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ConfigTest.php b/test/ConfigTest.php index af9eb0f..343dbf1 100644 --- a/test/ConfigTest.php +++ b/test/ConfigTest.php @@ -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());