✨ Extended string normalization #559
continuous_integration.yml
on: pull_request
continuous-integration
1m 2s
Annotations
1 warning
continuous-integration:
src/Application.php#L29
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
}
protected function configure(): void
{
- parent::configure();
+
$this->setVersion('1.0.0');
$this->addArgument('exercise-slug', InputArgument::REQUIRED, 'Slug of the exercise');
$this->addArgument('solution-dir', InputArgument::REQUIRED, 'Directory of the solution');
|