| 1 | <?php |
||
| 20 | class SynchronousProcessRunner implements ProcessRunnerInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param ObjectArray $processes |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function runProcesses(ObjectArray $processes): void |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @codeCoverageIgnore |
||
| 37 | * @param string $command |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | protected function execWrapper(string $command): string |
||
| 44 | } |
||
| 45 |