Commit Graph

5 Commits (dc7cf910faef20e8ad0a584c2c66d3cf3b6a0ab6)

Author SHA1 Message Date
Your Name dc7cf910fa get_class to ::class 6 days ago
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
Shift 19880c2ffb
Convert string references to `::class`
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
4 weeks ago
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault 3d6b9badf4
Add groups models, controllers and services 2 years ago