This repository was archived by the owner on Aug 21, 2026. It is now read-only.
add test #878
Annotations
1 error and 1 warning
|
|
|
src/View/Helper/ViteUrl.php#L99
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
private function hotServer(): string|null
{
if (!is_file($this->publicDir . '/hot')) {
- return null;
+
}
$content = @file_get_contents($this->publicDir . '/hot');
if (!$content) {
|
The logs for this run have expired and are no longer available.
Loading