]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/actions/keepalivechannel.php
Improved type-hint for following methods:
[quix0rs-gnu-social.git] / plugins / Realtime / actions / keepalivechannel.php
index e9319ed916e5b99899e8b27a7477f10939a618bf..72618001f3c86842e3b89aecfc33ffaa546cebe2 100644 (file)
@@ -104,10 +104,9 @@ class KeepalivechannelAction extends Action
      * MAY override
      *
      * @param array $args other arguments
-     *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return false;
     }