X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupaction.php;h=b1a5d771979caf5c432882ada033e0eddedd3d8c;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=5d11e6acddc7e2cdeeee5ae5c4e85ae82acf1f13;hpb=94ae0b4089248694f8b7767338789cd0feea9098;p=quix0rs-gnu-social.git diff --git a/lib/groupaction.php b/lib/groupaction.php index 5d11e6acdd..b1a5d77197 100644 --- a/lib/groupaction.php +++ b/lib/groupaction.php @@ -325,7 +325,7 @@ class GroupAdminSection extends ProfileSection class GroupMembersMiniList extends ProfileMiniList { - function newListItem($profile) + function newListItem(Profile $profile) { return new GroupMembersMiniListItem($profile, $this->action); } @@ -347,7 +347,7 @@ class GroupMembersMiniListItem extends ProfileMiniListItem class GroupBlockedMiniList extends ProfileMiniList { - function newListItem($profile) + function newListItem(Profile $profile) { return new GroupBlockedMiniListItem($profile, $this->action); }