Skip to content

Commit 4a896f8

Browse files
committed
minor #14629 [DependencyInjection] Fix code example (malteschlueter)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] Fix code example In the code example is a colon instead of semicolon at the end of the line. Commits ------- 36b380c Fix code example
2 parents 056f1c8 + 36b380c commit 4a896f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
800800
{
801801
$handlers = iterator_to_array($handlers);
802802

803-
$handlerTwo = $handlers['handler_two']:
803+
$handlerTwo = $handlers['handler_two'];
804804
}
805805
}
806806

0 commit comments

Comments
 (0)