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