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

Commit b03e3a8

Browse files
committed
Coding style minor fixes
1 parent ac22fb2 commit b03e3a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ServiceContainer/ContextServiceExtension.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ public function configure(ArrayNodeDefinition $builder): void
6868
->children()
6969
->arrayNode('imports')
7070
->performNoDeepMerging()
71-
->prototype('scalar')
71+
->prototype('scalar')->end()
72+
->end()
73+
->end()
7274
;
7375
}
7476

0 commit comments

Comments
 (0)