Skip to content

Commit 7a889ab

Browse files
committed
bug #20049 Fix typo (ScullWM)
This PR was merged into the 6.4 branch. Discussion ---------- Fix typo Fix defaultIndexMethod attribute typo Commits ------- d6390ba Update service_subscribers_locators.rst
2 parents 55d376f + d6390ba commit 7a889ab

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
@@ -792,7 +792,7 @@ get the value used to index the services:
792792
class CommandBus
793793
{
794794
public function __construct(
795-
#[TaggedLocator('app.handler', 'defaultIndexMethod: 'getLocatorKey')]
795+
#[TaggedLocator('app.handler', defaultIndexMethod: 'getLocatorKey')]
796796
private ContainerInterface $locator,
797797
) {
798798
}

0 commit comments

Comments
 (0)