⬆️ Bump nikic/php-parser from 5.3.1 to 5.4.0 #289
Merged
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