]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/blockedfromgroup.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / blockedfromgroup.php
index a2e7c5767f64be9610681f638be8ef899140ff0a..d2873fe4672e9e0cfb5117089a77aa62b2c93a87 100644 (file)
@@ -151,7 +151,7 @@ class GroupBlockList extends ProfileList
         $this->group = $group;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new GroupBlockListItem($profile, $this->group, $this->action);
     }