mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-20 16:28:42 +00:00
linting fixes
This commit is contained in:
parent
867d671126
commit
c301f22312
|
|
@ -165,4 +165,4 @@ $router->route(
|
|||
|
||||
## Notes
|
||||
|
||||
* 2-character routes on the first level are discouraged because they may conflict with ISO 639-1 codes (e.g. /hr/staff/list)
|
||||
* 2-character routes on the first level are discouraged because they may conflict with ISO 639-1 codes (e.g. /hr/staff/list)
|
||||
|
|
|
|||
|
|
@ -200,4 +200,4 @@ Enums can be validated by name/key and by value.
|
|||
```php
|
||||
MyEnum::isValidName('ENUM_NAME');
|
||||
MyEnum::isValidValue(123);
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user