Passed
Push — master ( f2c7f4...294cf3 )
by Paweł
10:56
created
src/Fight/Clash.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         Fighter $attacker,
41 41
         Attack $attack,
42 42
     ): Damage {
43
-        return match (true) {
43
+        return match(true) {
44 44
             $attack instanceof MeleeAttack =>
45 45
                 (new Damage(0))
46 46
                     ->increaseBy($attack->getDamage($attacker->getWeapon() ?? throw FightException::weaponRequired()))
Please login to merge, or discard this patch.