Skip to content

Commit

Permalink
We no longer need OutputAwareTrait in ProcessExecutor now that it is …
Browse files Browse the repository at this point in the history
…in TaskIO.
  • Loading branch information
greg-1-anderson committed Aug 31, 2020
1 parent e123412 commit 0155a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/ProcessExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ProcessExecutor implements ConfigAwareInterface, LoggerAwareInterface, Out
use ExecTrait;
use TaskIO; // uses LoggerAwareTrait and ConfigAwareTrait
use ProgressIndicatorAwareTrait;
use OutputAwareTrait;

/**
* @param \Symfony\Component\Process\Process $process
Expand Down

0 comments on commit 0155a4e

Please sign in to comment.