Skip to content

Commit

Permalink
Removed useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
saro0h authored and weaverryan committed Feb 4, 2014
1 parent 0f09eb0 commit 052b0b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/dependency_injection/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ To begin with, change the ``TransportChain`` class::
if (array_key_exists($alias, $this->transports)) {
return $this->transports[$alias];
}

return;
}
}

Expand Down

0 comments on commit 052b0b7

Please sign in to comment.