File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dependency_injection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ each into some other service.
48
48
Registering a Compiler Pass
49
49
---------------------------
50
50
51
- You need to register your custom pass with the container, its process method
51
+ You need to register your custom pass with the container. Tts process method
52
52
will then be called when the container is compiled::
53
53
54
54
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -61,7 +61,7 @@ Controlling the Pass Ordering
61
61
62
62
The default compiler passes are grouped into optimization passes and removal
63
63
passes. The optimization passes run first and include tasks such as resolving
64
- references within the definitions. The removal passes perform tasks such removing
64
+ references within the definitions. The removal passes perform tasks such as removing
65
65
private aliases and unused services. You can choose where in the order any custom
66
66
passes you add are run. By default they will be run before the optimization passes.
67
67
You can’t perform that action at this time.
0 commit comments