10000 [Process] Remove unreachable return statement. · symfony/symfony@8f2d5bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f2d5bb

Browse files
committed
[Process] Remove unreachable return statement.
1 parent 48f05ec commit 8f2d5bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,8 +1263,6 @@ protected function buildCallback(callable $callback = null)
12631263
call_user_func($callback, $type, $data);
12641264
}
12651265
};
1266-
1267-
return $callback;
12681266
}
12691267

12701268
/**

0 commit comments

Comments
 (0)
0