Skip to content

Commit b90d6c1

Browse files
committed
minor #12414 Fix typo (amenophis)
This PR was merged into the 4.3 branch. Discussion ---------- Fix typo Commits ------- 7de30fe Fix typo
2 parents e61ccc6 + 7de30fe commit b90d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Inside this locator you can retrieve services by index using the value of the
491491
{
492492
public function __construct(ServiceLocator $locator)
493493
{
494-
$handlerTwo = $locator->get('handler_two'):
494+
$handlerTwo = $locator->get('handler_two');
495495
}
496496

497497
// ...

0 commit comments

Comments
 (0)