| Total Complexity | 5 |
| Total Lines | 24 |
| 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( |
||
| 15 | |||
| 16 | public function getAscension(): Ascension |
||
| 17 | { |
||
| 18 | return $this->ascension; |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function getName(): string |
||
| 24 | } |
||
| 25 | |||
| 26 | public static function getRequiredTalentPoints(): TalentPoints |
||
| 29 | } |
||
| 30 | |||
| 31 | public function __toString(): string |
||
| 34 | } |
||
| 35 | } |
||
| 36 |