| Total Complexity | 4 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class SecretKnowledge implements Talent, \Stringable |
||
| 11 | { |
||
| 12 | public function __construct( |
||
| 13 | private Ascension $ascension, |
||
| 14 | ) {} |
||
| 15 | |||
| 16 | public static function getName(): string |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function getRequiredTalentPoints(): TalentPoints |
||
| 24 | } |
||
| 25 | |||
| 26 | public function __toString(): string |
||
| 29 | } |
||
| 30 | } |
||
| 31 |