tighten / tlint

Tighten linter for Laravel conventions.
MIT License
521 stars 32 forks source link

Allow FQCN in views #352

Closed driftingly closed 5 months ago

driftingly commented 9 months ago

Views should be handled differently than classes and allow us to use FQCN. This is useful when using PHP's new Enums.

driftingly commented 5 months ago

Fixed in https://github.com/tighten/tlint/pull/353