Commit Graph

9 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
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.
1 month ago
Daniel Supernault d1799a0833
Lint commands 9 months ago
idanoo 55dc9b0aaa
Resolve issue with raw sql backticks for postgresql migrations 4 years ago
Daniel Supernault e4e7b5062a
Update FixDuplicateProfiles command 4 years ago
Daniel Supernault 443acb8227
Update FixDuplicateProfiles command 4 years ago
Daniel Supernault bc205345a9
Update FixDuplicateProfiles command 4 years ago
Daniel Supernault 41007298a2
Update command 8 years ago
Daniel Supernault 4eeb1f0247
Add duplicate profile fix 8 years ago