From 8f2d5bbccbd5bfdd80f6e1f708200bf6112fd1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=A1da=20J=C3=B3zsef?= Date: Fri, 26 Feb 2016 22:16:08 +0100 Subject: [PATCH] [Process] Remove unreachable return statement. --- src/Symfony/Component/Process/Process.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index 05436690ff..9bcbac042d 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -1263,8 +1263,6 @@ class Process call_user_func($callback, $type, $data); } }; - - return $callback; } /**