Commit Graph

5 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

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.
1 month ago
Daniel Supernault 53742fa699
Lint 9 months ago
freyja 0fe21513f9
Update PronounService.php with it its pronouns 2 years ago
Daniel Supernault d72cd819d2
Update PronounService, fix jsonn_decode null parameter 4 years ago
Daniel Supernault fabb57a9d5
Add profile pronouns 5 years ago