staninfection #301
Annotations
1 error and 2 warnings
|
server-tests
Process completed with exit code 1.
|
|
server-tests:
server/src/Equipment/Bomb.php#L61
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
public function unEquip(): void
{
parent::unEquip();
- $this->reset();
+
}
public function tryPlant(Player $player, int $tickId): ?bool
{
|
|
server-tests:
server/src/Equipment/Bomb.php#L60
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
#[\Override]
public function unEquip(): void
{
- parent::unEquip();
+
$this->reset();
}
public function tryPlant(Player $player, int $tickId): ?bool
|