You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new linter that enforces all public methods of controllers to declare a return type which is a child of the Symfony base response or implements the Laravel Responsable interface.
This linter help to enforce return types at all and also the right ones in controllers.
The text was updated successfully, but these errors were encountered:
A new linter that enforces all public methods of controllers to declare a return type which is a child of the Symfony base response or implements the Laravel
Responsable
interface.This linter help to enforce return types at all and also the right ones in controllers.
The text was updated successfully, but these errors were encountered: