@@ -65,7 +65,7 @@ |
||
65 | 65 | return; |
66 | 66 | } |
67 | 67 | |
68 | - $playerAscension = $this->talentCollection->findSecretKnowledge()?->getAscension() |
|
68 | + $playerAscension = $this->talentCollection->findSecretKnowledge() ? ->getAscension() |
|
69 | 69 | ?? throw PlayerException::etherumOverdose(); |
70 | 70 | |
71 | 71 | $corruptionBoundary = $this->calculateCorruptionBoundary(); |
@@ -96,7 +96,7 @@ |
||
96 | 96 | |
97 | 97 | protected function calculateCorruptionBoundary(): Etherum |
98 | 98 | { |
99 | - $ascension = $this->talentCollection->findSecretKnowledge()?->getAscension(); |
|
99 | + $ascension = $this->talentCollection->findSecretKnowledge() ? ->getAscension(); |
|
100 | 100 | if ($ascension === null) { |
101 | 101 | return new Etherum(2); |
102 | 102 | } |