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
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
..
Auth Install Larastan for static analysis 4 weeks ago
Console refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Events Lint 9 months ago
Exceptions Update Personal Access Tokens 3 months ago
Http refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Jobs refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Listeners refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Mail Convert string references to `::class` 4 weeks ago
Models refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Observers refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Passport Fix PAT 3 months ago
Policies Lint 9 months ago
Providers refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Rules refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Services refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Transformer refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Util refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AccountInterstitial.php Convert string references to `::class` 4 weeks ago
AccountLog.php Lint commands 9 months ago
Activity.php fix 7 months ago
Avatar.php fix 7 months ago
Bookmark.php Lint commands 9 months ago
Circle.php Lint commands 9 months ago
CircleProfile.php Lint commands 9 months ago
Collection.php Lint commands 9 months ago
CollectionItem.php Lint commands 9 months ago
Contact.php fix 7 months ago
DirectMessage.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
DiscoverCategory.php Lint 9 months ago
DiscoverCategoryHashtag.php Lint 9 months ago
EmailVerification.php Lint 9 months ago
FailedJob.php Lint 9 months ago
FollowRequest.php fix 7 months ago
Follower.php Lint 9 months ago
HasSnowflakePrimary.php Lint 9 months ago
Hashtag.php Lint 9 months ago
HashtagFollow.php Lint 9 months ago
ImportData.php
ImportJob.php Lint 9 months ago
Instance.php fix 7 months ago
Like.php fix 7 months ago
Media.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaBlocklist.php
MediaTag.php Update ApiV1Controller, improve notification filtering 3 years ago
Mention.php fix 7 months ago
ModLog.php Lint 9 months ago
Newsroom.php fix 7 months ago
Notification.php fix 7 months ago
OauthClient.php Lint 9 months ago
Page.php Lint 9 months ago
Place.php Lint 9 months ago
Profile.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileSponsor.php Lint 9 months ago
Report.php Convert string references to `::class` 4 weeks ago
ReportComment.php Lint 9 months ago
ReportLog.php Lint 9 months ago
Status.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusArchived.php
StatusHashtag.php Lint 9 months ago
StatusView.php Lint 9 months ago
Story.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryItem.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryReaction.php Lint 9 months ago
StoryView.php Lint 9 months ago
UIKit.php Lint 9 months ago
User.php Fix oauth 7 months ago
UserDevice.php Replace jenssegers/agent with matomo/device-detector 4 weeks ago
UserFilter.php Convert string references to `::class` 4 weeks ago
UserInvite.php Lint 9 months ago
UserSetting.php fix 7 months ago
helpers.php Lint 9 months ago