Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
remove assert from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Sep 17, 2016
1 parent 1288b0a commit 6093959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -93,7 +93,6 @@ $executor->execute(
$processes,
null,
function (array $processes) use (&$outputs, &$errorOutputs) {
self::assertLessThanOrEqual(8, count($processes));
foreach ($processes as $process) {
/** @var Process $process $commandLine */
$commandLine = $process->getCommandLine();
Expand Down

0 comments on commit 6093959

Please sign in to comment.