Skip to content

Update dependency phpstan/phpstan to ^1.10.51 #1643

Update dependency phpstan/phpstan to ^1.10.51

Update dependency phpstan/phpstan to ^1.10.51 #1643

Triggered via push January 4, 2024 22:46
Status Success
Total duration 12m 54s
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