Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | 1 | public function getDescription(): string |
|
37 | { |
||
38 | 1 | return match ($this) { |
|
39 | 1 | self::SelfApproved => 'Carnet de sortie', |
|
40 | 1 | self::Application => 'Stockage et services pour demande', |
|
41 | 1 | self::AdminAssigned => 'Stockage et services effectifs', |
|
42 | 1 | self::AdminApproved => 'Cours', |
|
43 | 1 | self::Mandatory => 'Services obligatoires', |
|
44 | 1 | }; |
|
47 |