Skip to content

Lock file maintenance #1639

Lock file maintenance

Lock file maintenance #1639

Triggered via push December 31, 2023 01:39
Status Success
Total duration 12m 40s
Artifacts
Matrix: Check Backward Compatibility
Matrix: Run benchmarks
Matrix: Check Coding Standards
Matrix: Test Compatibility
Matrix: Check Demo Scripts
Matrix: Mutation tests
Matrix: PHPUnit tests
Matrix: Static Analysis by PHPStan
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation tests (locked, 8.3, ubuntu-latest): src/SourceLocator/Type/AutoloadSourceLocator.php#L202
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ } private function silenceErrors() : void { - set_error_handler(static fn(): bool => true); + set_error_handler(static fn(): bool => false); } /** * We can only load functions if they already exist, because PHP does not