spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
555 stars 101 forks source link

[1.x] Add phpstan rule to detect ray calls #781

Closed abenerd closed 1 year ago

abenerd commented 1 year ago

This PR would allow users to specify the rule in their existing phpstan config and use check for remaining ray calls in their code.

rules:
    - Spatie\Ray\PHPStan\RemainingRayCallRule
freekmurze commented 1 year ago

Thanks!