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 951f1fa commit b4e99f3Copy full SHA for b4e99f3
components/dependency_injection/tags.rst
@@ -128,9 +128,7 @@ custom tag::
128
{
129
public function process(ContainerBuilder $container)
130
131
- if (false === $container->hasDefinition(
132
- 'acme_mailer.transport_chain'
133
- )) {
+ if (!$container->hasDefinition('acme_mailer.transport_chain')) {
134
return;
135
}
136
@@ -252,9 +250,7 @@ use this, update the compiler::
252
250
253
251
254
255
256
- 'acme_mailer.transport_chain')
257
- ) {
258
259
260
0 commit comments