* [x] Replace phpdoc `@return never` with native `never` return type * [ ] Replace integer/string enumerations with native `enum` classes * [ ] Use `readonly` properties in data storage classes with no setter methods * [x] Use [first-class callable syntax](https://php.watch/versions/8.1/first-class-callable-syntax)