Skip to content

Commit 052b0b7

Browse files
saro0hweaverryan
authored andcommitted
Removed useless return
1 parent 0f09eb0 commit 052b0b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/dependency_injection/tags.rst

-2
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)