Skip to content

Commit edca0c7

Browse files
committed
[Component-DI] Removed useless return
1 parent 24c4370 commit edca0c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/dependency_injection/tags.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ To begin with, change the ``TransportChain`` class::
199199
if (array_key_exists($alias, $this->transports)) {
200200
return $this->transports[$alias];
201201
}
202-
203-
return;
204202
}
205203
}
206204

0 commit comments

Comments
 (0)