psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
301 stars 71 forks source link

Make auth()->check() calls readable by Psalm #289

Closed alies-dev closed 1 year ago

alies-dev commented 1 year ago

Use implementation instead of interface as this implementation is core Laravel functionality, default one, rarely rebinded. Basically to reduce noise and hide architectire issues of Laravel