]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/selftag.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / selftag.php
index b886c3d9f731cc28e4e041df35c3e40159eb5365..58f0460997536a662c8d59ba235a4fc226bf75eb 100644 (file)
@@ -158,7 +158,7 @@ class SelftagAction extends Action
 
 class SelfTagProfileList extends ProfileList
 {
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new SelfTagProfileListItem($profile, $this->action);
     }