| Total Complexity | 6 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class ProtectionOfTheGods implements SecretKnowledgeTalent |
||
| 14 | { |
||
| 15 | public function getEffects(): EffectCollection |
||
| 18 | } |
||
| 19 | |||
| 20 | public static function getName(): string |
||
| 23 | } |
||
| 24 | |||
| 25 | public static function getDescription(): string |
||
| 28 | } |
||
| 29 | |||
| 30 | public static function getRequiredTalentPoints(): TalentPoints |
||
| 33 | } |
||
| 34 | |||
| 35 | public static function getRequiredAscension(): Ascension |
||
| 38 | } |
||
| 39 | |||
| 40 | public function __toString(): string |
||
| 45 |