gobrightspot / nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
MIT License
168 stars 50 forks source link

Improve static type analysis #54

Closed shaffe-fr closed 2 years ago

shaffe-fr commented 3 years ago

Hi, As self is replaced by the DetachedAction class itself, static analysis tools like PHPStan throws errors when calling methods declared in userland. The same $this return strategy is used in Nova itself. Thanks, Karel