Skip to content

Commit aff9c2c

Browse files
committed
Add missing space in code
1 parent 490ca6b commit aff9c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To begin with, change the ``TransportChain`` class::
211211
public function getTransport($alias)
212212
{
213213
if (array_key_exists($alias, $this->transports)) {
214-
return $this->transports[$alias];
214+
return $this->transports[$alias];
215215
}
216216
}
217217
}

0 commit comments

Comments
 (0)