You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Console/Commands/FixBugs
Your Name a424493420 Replace Str::of() fluent chains with static Str::/native calls
Aligns with the app's dominant convention (171 static Str:: calls vs
24 Str::of() chains). Uses Str::afterLast() for the repeated
"segment after last slash" pattern, Str::matchAll() where a
Collection return is needed, and native explode()/substr() where a
plain array/string suffices.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 weeks ago
..
AvatarStorage.php Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
AvatarStorageDeepClean.php refactor: organize Artisan commands into subfolders 4 weeks ago
CatchUnoptimizedMedia.php Fix media gc 2 weeks ago
FetchMissingMediaMimeType.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixDuplicateProfiles.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixHashtags.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixLikes.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixMediaDriver.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixMissingUserProfile.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixUsernames.php refactor: organize Artisan commands into subfolders 4 weeks ago
HashtagRelatedGenerate.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaFix.php refactor: organize Artisan commands into subfolders 4 weeks ago