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/Http/Controllers/Groups
Your Name 042ab0a6e4 Convert optional() to nullsafe operator
Applies patch 2/21 from pixelfed-staging PR #9: replaces optional($x)->y
with $x?->y across 16 files. Pint-clean.
3 weeks ago
..
CreateGroupsController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsAdminController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsApiController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsCommentController.php Convert optional() to nullsafe operator 3 weeks ago
GroupsDiscoverController.php Lint 9 months ago
GroupsFeedController.php Convert optional() to nullsafe operator 3 weeks ago
GroupsMemberController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsMetaController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsNotificationsController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsPostController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsSearchController.php perf: fix N+1 queries; fix ComposeController lint and test namespace 3 weeks ago
GroupsTopicController.php Drop the no-op pf_type assignment in the group topic feed 3 weeks ago