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
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()
1 month ago
..
ActivityPub fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 1 month ago
Blurhash
…
Lexer
…
Localization
…
Media
…
RateLimit
…
Sentiment
…
Site
…
Webfinger
…