Configure PHPStan To Detect Ray Calls
Ray allows you to specify a custom PHPStan rule that lets you detect remaining Ray calls in your application.
rules:
- Spatie\Ray\PHPStan\RemainingRayCallRule
All remaining Ray calls would then be reported by phpstan
