Open
Description
- Replace phpdoc
@return never
with nativenever
return type - Replace integer/string enumerations with native
enum
classes - Use
readonly
properties in data storage classes with no setter methods - Use first-class callable syntax
@return never
with native never
return typeenum
classesreadonly
properties in data storage classes with no setter methods