Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace Olz\Repository\Faq; |
4 | |
5 | enum PredefinedQuestion: string { |
6 | // The string value is the ident. |
7 | case Telegram = 'weshalb_telegram_push'; |
8 | case RecoverUsernameEmail = 'benutzername_email_herausfinden'; |
9 | case ForumRules = 'forumsregeln'; |
10 | case Markdown = 'markdown'; |
11 | } |