Update dependency phpstan/phpstan to ^1.10.51 #1643
Annotations
1 warning
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
|
The logs for this run have expired and are no longer available.
Loading