tighten / tlint

Tighten linter for Laravel conventions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New linter to enforce controllers declare return type

Gummibeer opened this issue · comments

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.