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 490ca6b commit aff9c2cCopy full SHA for aff9c2c
components/dependency_injection/tags.rst
@@ -211,7 +211,7 @@ To begin with, change the ``TransportChain`` class::
211
public function getTransport($alias)
212
{
213
if (array_key_exists($alias, $this->transports)) {
214
- return $this->transports[$alias];
+ return $this->transports[$alias];
215
}
216
217
0 commit comments