Skip to content

⬆️ Bump nikic/php-parser from 5.3.1 to 5.4.0 #570

⬆️ Bump nikic/php-parser from 5.3.1 to 5.4.0

⬆️ Bump nikic/php-parser from 5.3.1 to 5.4.0 #570

Triggered via push January 2, 2025 12:03
Status Success
Total duration 1m 5s
Artifacts
continuous-integration
56s
continuous-integration
Fit to window
Zoom out
Zoom in

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');