Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | public function getTemplate(): string |
||
16 | { |
||
17 | return match ($this) { |
||
18 | self::PM_NAVLET => 'html/game/component/pmNavlet.twig', |
||
19 | self::SERVERTIME_NAVLET => 'html/game/component/serverTimeAndVersion.twig', |
||
20 | self::RESEARCH_NAVLET => 'html/game/component/researchNavlet.twig', |
||
21 | self::COLONIES_NAVLET => 'html/game/component/coloniesNavlet.twig', |
||
22 | self::USER_NAVLET => 'html/game/component/userNavlet.twig', |
||
23 | }; |
||
37 |