⬆️ Bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 #576
continuous_integration.yml
on: push
continuous-integration
58s
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');
|