Skip to content

Commit 8cebf5e

Browse files
committed
Merge pull request #3101 from bicpi/fix_coding_standards
Fix coding standards in Config Component example code
2 parents e2307a9 + 489a77f commit 8cebf5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/config/definition.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ Otherwise the result is a clean array of configuration values::
568568
$configs = array($config1, $config2);
569569

570570
$processor = new Processor();
571-
$configuration = new DatabaseConfiguration;
571+
$configuration = new DatabaseConfiguration();
572572
$processedConfiguration = $processor->processConfiguration(
573573
$configuration,
574-
$configs)
575-
;
574+
$configs
575+
);

0 commit comments

Comments
 (0)