10000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@2400a7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2400a7e

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fix typo
2 parents 1995a13 + b90d6c1 commit 2400a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
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)
0