Skip to content

Commit 722e027

Browse files
Merge pull request #35 from thomasbisignani/patch-1
Fix README : PHP syntax [skip ci]
2 parents dbf93be + b6f1a22 commit 722e027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ public function processed_configuration_for_array_node_1()
187187
{
188188
$this->assertProcessedConfigurationEquals(
189189
array(
190-
array('array_node_1' => array('required_value_1' => 'original value'),
191-
array('array_node_1' => array('required_value_1' => 'final value')
190+
array('array_node_1' => array('required_value_1' => 'original value')),
191+
array('array_node_1' => array('required_value_1' => 'final value'))
192192
),
193193
array(
194194
'array_node_1' => array(

0 commit comments

Comments
 (0)