hasArgument('--profile', $arguments)) { return $arguments; } if ($this->hasArgument('--parallel', $arguments)) { throw new InvalidOption('The [--profile] option is not supported when running in parallel.'); } return $arguments; } }