1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 11:14:05 +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 ```php
TaskStatus::descriptions(); TaskStatus::descriptions();
/** /**