Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Coding style minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jul 10, 2017
1 parent ac22fb2 commit b03e3a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ServiceContainer/ContextServiceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ public function configure(ArrayNodeDefinition $builder): void
->children()
->arrayNode('imports')
->performNoDeepMerging()
->prototype('scalar')
->prototype('scalar')->end()
->end()
->end()
;
}

Expand Down

0 comments on commit b03e3a8

Please sign in to comment.