]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / shownotice.php
index 1d01244cc145b845efb01a9ebe3e1f7194291596..13777b3bed07678a7ad01b0037ac8f3a1327b962 100644 (file)
@@ -134,7 +134,7 @@ class ShownoticeAction extends ManagedAction
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }