]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/actions/adminprofileflag.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / plugins / UserFlag / actions / adminprofileflag.php
index 4ba69bcc631918e20edfbb6ede42308a328fa667..8a7d478631200deb6cba077df4a47698045721be 100644 (file)
@@ -200,7 +200,7 @@ class FlaggedProfileList extends ProfileList
      *
      * @return ProfileListItem newly-created item
      */
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new FlaggedProfileListItem($this->profile, $this->action);
     }