]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showprofiletag.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / showprofiletag.php
index 44ded832b826e1cb8b61f044d8c6f573b4fb2ea1..7674f25e54b009b3d2832308a31c590bf5df6aa9 100644 (file)
@@ -35,12 +35,12 @@ class ShowprofiletagAction extends Action
 {
     var $notice, $tagger, $peopletag, $userProfile;
 
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }
 
-    function prepare($args)
+    function prepare(array $args=array())
     {
         parent::prepare($args);
 
@@ -103,7 +103,7 @@ class ShowprofiletagAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle(array $args=array())
     {
         parent::handle($args);