Skip to content

Commit 61c0bc5

Browse files
committed
minor #4419 [DependencyInjection] Add missing space in code (michaelperrin)
This PR was merged into the 2.3 branch. Discussion ---------- [DependencyInjection] Add missing space in code | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | N/A That's really a small contribution, but it solves a slight PSR issue. Commits ------- aff9c2c Add missing space in code
2 parents 490ca6b + aff9c2c commit 61c0bc5

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)