engelsystem/src
Thomas Rupprecht e844c98871
Convert class const's to enum's (#1050)
* convert `Migrate::(UP|DOWN)` class const to `MigrateDirection` enum
* convert `Handler::(ENV_PRODUCTION|ENV_DEVELOPMENT)` class const to `Environment` enum
* convert `ShiftSignupState::(FREE|...|NOT_ARRIVED)` class const to `ShiftSignupStatus::(FREE|...|NOT_ARRIVED)` enum
2023-01-24 19:23:57 +01:00
..
Config Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Container Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Controllers Add ShiftEntry model 2023-01-18 13:02:11 +01:00
Database Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Events Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Exceptions Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Helpers Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Http Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Logger Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Mail Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Middleware Enable space after cast sniff and remove .git-blame-ignore-revs 2022-12-25 11:59:45 +01:00
Models Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
Renderer Improve navbar 2023-01-22 19:16:33 +01:00
Application.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00
Environment.php Convert class const's to enum's (#1050) 2023-01-24 19:23:57 +01:00
helpers.php Add useless comment phpcs sniff 2022-12-20 22:19:49 +01:00