@@ -55,7 +55,7 @@ |
||
| 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 | ]), |