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/Models
Your Name f2159197e8 fix: add return type declarations to Eloquent relation methods
Larastan 3.x requires explicit return types on relation methods to
verify relation existence when using with(), has(), etc. This adds
the appropriate return type declarations to all relation methods
flagged by the larastan.relationExistence rule.

Models fixed:
- Profile (avatar, statuses)
- User (profile)
- Status (profile, media, hashtags)
- DirectMessage (status, author, recipient)
- Report (reporter, status, reportedUser)
- Like (actor, status)
- Media (status)
- Notification (item)
- HashtagFollow (hashtag)
- OauthClient (user)
- Story (profile)
- StatusHashtag (status, hashtag, profile, media)
- AccountInterstitial (user)
- Hashtag (posts)
- CustomFilter (keywords)
- CustomFilterKeyword (customFilter)
- AdminShadowFilter (profile)
- ImportPost (status)
4 weeks ago
..
AdminInvite.php fix 7 months ago
AdminShadowFilter.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
AppRegister.php
…
AutospamCustomTokens.php
…
ConfigCache.php Lint 9 months ago
Conversation.php
…
CuratedRegister.php refactor: replace deprecated str_random() with Str::random() 1 month ago
CuratedRegisterActivity.php fix 7 months ago
CuratedRegisterTemplate.php fix 7 months ago
CustomEmoji.php Lint 9 months ago
CustomFilter.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
CustomFilterKeyword.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
CustomFilterStatus.php
…
DefaultDomainBlock.php
…
Group.php fix 7 months ago
GroupActivityGraph.php
…
GroupBlock.php
…
GroupCategory.php
…
GroupComment.php Lint 9 months ago
GroupEvent.php
…
GroupHashtag.php
…
GroupInteraction.php fix 7 months ago
GroupInvitation.php
…
GroupLike.php
…
GroupLimit.php fix 7 months ago
GroupMedia.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
GroupMember.php Lint 9 months ago
GroupPost.php Lint 9 months ago
GroupPostHashtag.php Lint 9 months ago
GroupReport.php
…
GroupRole.php
…
GroupStore.php
…
HashtagRelated.php fix 7 months ago
ImportPost.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
InstanceActor.php Lint 9 months ago
LiveStream.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
ModeratedProfile.php
…
OAuthToken.php Fix oauth/token 6 months ago
ParentalControls.php fix 7 months ago
Poll.php fix 7 months ago
PollVote.php
…
Portfolio.php fix 7 months ago
ProfileAlias.php Lint 9 months ago
ProfileMigration.php Lint 9 months ago
RemoteAuth.php fix 7 months ago
RemoteAuthInstance.php
…
RemoteReport.php fix 7 months ago
StatusEdit.php fix 7 months ago
UserAppSettings.php fix 7 months ago
UserDomainBlock.php Lint 9 months ago
UserEmailForgot.php fix 7 months ago
UserOidcMapping.php Lint 9 months ago
UserPronoun.php
…
UserRoles.php fix 7 months ago