Skip to content

Commit

Permalink
[Component-DI] Removed useless return
Browse files Browse the repository at this point in the history
  • Loading branch information
saro0h committed Jan 24, 2014
1 parent 24c4370 commit edca0c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/dependency_injection/tags.rst
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 edca0c7

Please sign in to comment.