@@ -13,7 +13,7 @@ |
||
13 | 13 | public function findWeaponMasteryForWeaponType(WeaponType $weaponType): ?WeaponMastery |
14 | 14 | { |
15 | 15 | $weaponMasteryTalents = $this->filter( |
16 | - static fn(Talent $talent): bool => |
|
16 | + static fn(Talent $talent) : bool => |
|
17 | 17 | $talent instanceof WeaponMastery && $talent->getType()->equals($weaponType), |
18 | 18 | ); |
19 | 19 |