]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apicheckhub.php
Type-hint is array here.
[quix0rs-gnu-social.git] / actions / apicheckhub.php
index bad4031f079cdae9786548b9f431d58d66c377d4..19cc4d19f63041ec46480ef9335054357ba0761e 100644 (file)
@@ -43,7 +43,7 @@ class ApiCheckHubAction extends ApiAuthAction
      *
      * @return boolean success flag
      */
-    protected function prepare($args)
+    protected function prepare(array $args=array())
     {
         parent::prepare($args);
 
@@ -108,7 +108,7 @@ class ApiCheckHubAction extends ApiAuthAction
      * @return boolean is read only action?
      */
 
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }