Stability++ #224
Annotations
1 error and 2 warnings
server-tests
Process completed with exit code 1.
|
server-tests:
server/src/Core/HitBox.php#L47
Escaped Mutant for Mutator "IntegerNegation":
@@ @@
return 50;
}
if ($this->player->getArmorType()->hasArmor()) {
- return 60;
+ return -60;
}
return 30;
}
|
server-tests:
server/src/Core/HitBox.php#L50
Escaped Mutant for Mutator "IntegerNegation":
@@ @@
if ($this->player->getArmorType()->hasArmor()) {
return 60;
}
- return 30;
+ return -30;
}
public function registerHit(Bullet $bullet): void
{
|