Feature Description
Is it possible to override the parameter or return types for macros? I would like to be able to narrow-down types that are not natively supported by PHP, such as string[], int-mask, generics, etc.
PHPStan currently does not support PHPDoc for anonymous functions, but is that something Laravel Idea could support?
Feature Description
Is it possible to override the parameter or return types for macros? I would like to be able to narrow-down types that are not natively supported by PHP, such as
string[],int-mask, generics, etc.PHPStan currently does not support PHPDoc for anonymous functions, but is that something Laravel Idea could support?