The AliasGenerator cannot be used in class methods: ```php class Example { #[AliasGenerator('snake')] // Doesn't work public function __invoke() {} } ```
The AliasGenerator cannot be used in class methods: