Lock file maintenance #1639
continuous-integration.yml
on: push
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
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
|