Passed
Push — master ( b5c603...6073fe )
by Paweł
02:58
created
src/Build/Talent/TalentCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function findWeaponMasteryForWeaponType(WeaponType $weaponType): ?WeaponMastery
14 14
     {
15 15
         return $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
         )->getIterator()->current();
19 19
     }
Please login to merge, or discard this patch.