]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / tag.php
index 5e52630c8556660038f62c3ee1e854c9d1dbc09c..ba031880fd89ea6b19467d70083cfdaec15d66a3 100644 (file)
@@ -121,7 +121,7 @@ class TagAction extends ManagedAction
         }
     }
 
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }