From 37d3dec369b0d7f59d05f0856a529b60103ff0c2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Dec 2021 22:58:21 +0100 Subject: [PATCH] [5.4] cs fixes --- Helper/ProcessHelper.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Helper/ProcessHelper.php b/Helper/ProcessHelper.php index 87d3e6539..4ea3d724d 100644 --- a/Helper/ProcessHelper.php +++ b/Helper/ProcessHelper.php @@ -31,8 +31,6 @@ class ProcessHelper extends Helper * @param array|Process $cmd An instance of Process or an array of the command and arguments * @param callable|null $callback A PHP callback to run whenever there is some * output available on STDOUT or STDERR - * - * @return Process */ public function run(OutputInterface $output, $cmd, string $error = null, callable $callback = null, int $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE): Process { @@ -96,8 +94,6 @@ public function run(OutputInterface $output, $cmd, string $error = null, callabl * @param callable|null $callback A PHP callback to run whenever there is some * output available on STDOUT or STDERR * - * @return Process - * * @throws ProcessFailedException * * @see run()