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 @@ -161,7 +161,7 @@ run when the container is compiled::
161
161
Additional information
162
162
----------------------
163
163
164
- To begin with, change the ``TransportChain `` class:
164
+ To begin with, change the ``TransportChain `` class::
165
165
166
166
class TransportChain
167
167
{
@@ -212,7 +212,7 @@ Change the service delaration:
212
212
<tag name =" acme_mailer.transport" alias =" bar" />
213
213
</service >
214
214
215
- The last step is to update the compiler to take care of your additional information:
215
+ The last step is to update the compiler to take care of your additional information::
216
216
217
217
use Symfony\Component\DependencyInjection\ContainerBuilder;
218
218
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
You can’t perform that action at this time.
0 commit comments