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.
2 parents 6022236 + d8a8401 commit 1b9b27eCopy full SHA for 1b9b27e
components/dependency_injection/compilation.rst
@@ -24,7 +24,7 @@ Creating a Compiler Pass
24
25
You can also create and register your own compiler passes with the container.
26
To create a compiler pass it needs to implements the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
27
-interface. The compiler gives you an opportunity to manipulate the service
+interface. The compiler pass gives you an opportunity to manipulate the service
28
definitions that have been compiled. This can be very powerful, but is not
29
something needed in everyday use.
30
0 commit comments