Skip to content

build

build #103

Triggered via schedule December 17, 2023 16:15
Status Success
Total duration 34s
Artifacts

build.yml

on: schedule
Coding standards (phpcs)
8s
Coding standards (phpcs)
Coding standards (php-cs-fixer)
11s
Coding standards (php-cs-fixer)
Static analysis (phpstan)
18s
Static analysis (phpstan)
Static analysis (psalm)
13s
Static analysis (psalm)
Mutation Testing (infection)
24s
Mutation Testing (infection)
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing (infection): src/SoftDaemon.php#L114
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ /** * Will exit the main loop on the next iteration */ - public function terminate() : void + protected function terminate() : void { $this->mainloop = false; }