Test Failed
Branch master (d31dae)
by Paweł
12:05 queued 09:13
created
Category
src/Build/Talent/TalentCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.