We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55d303 commit 771db44Copy full SHA for 771db44
service_container/3.3-di-changes.rst
@@ -583,7 +583,7 @@ Start by updating the service ids to class names:
583
To get rid of this, be sure that the Compiler Pass is using ``findDefinition()``
584
instead of ``getDefinition()``. The latter won't take aliases into
585
account when looking up for services.
586
- Furthermore it is always recommendend to check for definition existance
+ Furthermore it is always recommended to check for definition existence
587
using ``has()`` function.
588
589
But, this change will break our app! The old service ids (e.g. ``app.github_notifier``)
0 commit comments