File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -412,12 +412,12 @@ injection::
412412 # the ``App\Util\UppercaseTransformer`` service will be
413413 # injected when an ``App\Util\TransformerInterface``
414414 # type-hint for a ``$shoutyTransformer`` argument is detected.
415- App\Util\TransformerInterface : ' @App\Util\Rot13Transformer '
415+ App\Util\TransformerInterface $shoutyTransformer : ' @App\Util\UppercaseTransformer '
416416
417417 # If the argument used for injection does not match, but the
418418 # type-hint still matches, the ``App\Util\Rot13Transformer``
419419 # service will be injected.
420- App\Util\TransformerInterface $shoutyTransformer : ' @App\Util\UppercaseTransformer '
420+ App\Util\TransformerInterface : ' @App\Util\Rot13Transformer '
421421
422422 App\Service\TwitterClient :
423423 # the Rot13Transformer will be passed as the $transformer argument
You can’t perform that action at this time.
0 commit comments