-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Open
Use PHP attributes instead of annotations#19
Description
Currently, we use @something annotations to add metadata to the Phpake callbacks. Consider using PHP's in-built attribute support for this purpose.
Reference: Attributes in PHP 8