Skip to content

Commit

Permalink
[5.4] cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 16, 2021
1 parent 4aaf50e commit 37d3dec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Helper/ProcessHelper.php
Expand Up @@ -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
{
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 37d3dec

Please sign in to comment.