⬆️ Bump shivammathur/setup-php from 2.31.1 to 2.32.0 #285
Annotations
1 warning
|
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');
|
The logs for this run have expired and are no longer available.
Loading