From edca0c7b57276113b221dec168ea3ca3577feda3 Mon Sep 17 00:00:00 2001 From: Saro0h Date: Fri, 24 Jan 2014 21:52:33 +0100 Subject: [PATCH] [Component-DI] Removed useless return --- components/dependency_injection/tags.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/dependency_injection/tags.rst b/components/dependency_injection/tags.rst index 4dfc80aa4d1..2e96926b365 100644 --- a/components/dependency_injection/tags.rst +++ b/components/dependency_injection/tags.rst @@ -199,8 +199,6 @@ To begin with, change the ``TransportChain`` class:: if (array_key_exists($alias, $this->transports)) { return $this->transports[$alias]; } - - return; } }