]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/attachment.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / actions / attachment.php
index 94ccf098e0b09e97388bb8b6e66d6dfeb5b61311..45d9b194c93542dafc3913385275d04608fc3ac1 100644 (file)
@@ -76,7 +76,7 @@ class AttachmentAction extends ManagedAction
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }