]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/blockedfromgroup.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / blockedfromgroup.php
index ce7e1df8319257bddf3246e7e36b69b5e7dffdb5..60f108dee383a333a35dbcec167655cd1c10512d 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);
     }