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/Util/ActivityPub
Your Name 49b85e9f22 fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall)
- PollService: pluck()->first() → value()
- StoryService: groupBy()->pluck()->count() → distinct()->count()
- Inbox: find($objects)->count() → whereIn('id', $objects)->count()
4 weeks ago
..
Validator refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
DiscoverActor.php Fix all class.notFound PHPStan issues - 31 fixes 11 months ago
Helpers.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HttpSignature.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Inbox.php fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 4 weeks ago
Outbox.php Lint 9 months ago