Commit Graph

8 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
Your Name a142db87b4 polish 4 weeks 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
Shlee 16d374aa08
Update StatusLocalUpdateActivityPubDeliverPipeline.php 8 months ago
Daniel Supernault 53742fa699
Lint 9 months ago
Your Name 45a9a3b472 RemoveUnreachableStatementRector 11 months ago
Your Name efb9db3eed StatusPipeline defensive checks 11 months ago
Daniel Supernault decaa2596d
Fix curl 2 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 3 years ago