Commit Graph

21 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

Author SHA1 Message Date
Your Name e7ba43e2e1 fix: add missing use imports to resolve phpstan class.notFound errors
Add missing imports for Log, Cache, DB, FollowerService, StatusService,
LikeService, ReblogService, UserFilterService, AdminProfile, OauthClient,
and fix StatusTimelineTransformer reference (class didn't exist, replaced
with StatusTransformer).
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 d24a5f5205
Update MoveMigrateFollowersPipeline.php 1 month ago
Daniel Supernault 53742fa699
Lint 9 months ago
Your Name 4bbabfffb9 Misc pipelines defensive checks 11 months ago
Emily Love Watson e645008ad5
More precise 12 months ago
Emily Love Watson 49b0a7358e
Update follower records 12 months ago
Emily Love Watson 451d59cb7c
fixies 12 months ago
Emily Love Watson a07f3595d8
More cleanup 12 months ago
Emily Love Watson 453ae4b32e
MVP migration 12 months ago
Daniel Supernault 15918cba8c
Refactor MovePipeline follow/undo follow to their own separate jobs, outside of the job chain 2 years ago
Daniel Supernault a46c295b13
Update MovePipeline, fix async pool 2 years ago
Daniel Supernault 15a4e53382
Update MovePipeline 2 years ago
Daniel Supernault 5cc34b161b
Update MovePipeline 2 years ago
Daniel Supernault 12a0d2e8bf
Update MovePipeline 2 years ago
Daniel Supernault b37f8067e5
Fix typos 2 years ago
Daniel Supernault 4e946dec91
Fix MovePipeline 2 years ago
Daniel Supernault ef297f3e64
Fix typos 2 years ago
Daniel Supernault 0cba7d7d7d
Fix MovePipeline jobs 2 years ago
Daniel Supernault aff2545396
Fix MoveMigrateFollowersPipeline 2 years ago
Daniel Supernault 9904d05fbf
Add MovePipeline queue jobs 2 years ago