We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb16ceb + a563ad2 commit 470e5e1Copy full SHA for 470e5e1
1 file changed
Commands/Process.php
@@ -140,7 +140,7 @@ protected function doExecute(): int
140
if ($numberOfProcessCycle > 0 || $infiniteCycle) {
141
$cTogo = $infiniteCycle ? "infinite" : $numberOfProcessCycle;
142
$output->writeln("===========================================================================");
143
- $output->writeln("<comment>Taking a nap for {$napster} second(s) before re-run the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
+ $output->writeln("<comment>Taking a nap for {$napster} second(s), before re-running the process. <info>({$cTogo})</info> cyle(s) to go.</comment>");
144
145
sleep($napster);
146
}
0 commit comments