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 c58d597 commit d8a8401Copy full SHA for d8a8401
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