Skip to content

Commit 3e5d283

Browse files
andrew-dembNyholm
authored andcommitted
Add missed semicolon in example (#119)
1 parent 1e2b6f1 commit 3e5d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class ConfigurationTest extends AbstractExtensionConfigurationTestCase
277277
$sources = array(
278278
__DIR__ . '/Fixtures/config.yml',
279279
__DIR__ . '/Fixtures/config.xml',
280-
)
280+
);
281281

282282
$this->assertProcessedConfigurationEquals($expectedConfiguration, $sources);
283283
}

0 commit comments

Comments
 (0)