whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
780 stars 229 forks source link

`php` files ext for stubs produces issues for some tools #429

Closed alies-dev closed 1 year ago

alies-dev commented 1 year ago

Currently stubs uses .php what produces issues for some static analysis tools, e.g. ComposerRequireChecker. Best practice is to use stubphp (Psalm), stub (Laravel, Nova, PHPStan)

voidgraphics commented 1 year ago

Could you send a PR to fix this? Thanks!