Passed
Push — master ( dca191...fa53c0 )
by Paweł
02:57
created
src/Infrastructure/Persistence/NormalizePlayer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             static function(Talent $talent): array {
56 56
                 $data = ['className' => get_class($talent)];
57 57
 
58
-                return match (true) {
58
+                return match(true) {
59 59
                     $talent instanceof SecretKnowledge => array_merge($data, [
60 60
                         'ascension' => $talent->getAscension()->get(),
61 61
                     ]),
Please login to merge, or discard this patch.