1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2026-06-20 23:14:04 +00:00
This commit is contained in:
Anthony 2022-02-28 15:02:09 +08:00
parent c983a9f50b
commit f8ac4b92ba

View file

@ -173,7 +173,7 @@ enum TaskStatus: int implements DescriptionInterface
}
```
#### Use the `options()` method
#### Use the `descriptions()` method
```php
TaskStatus::descriptions();
/**