]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicxrds.php
.inc.php please ...
[quix0rs-gnu-social.git] / actions / publicxrds.php
index 8f0337e4f7d4c4f8aa23a97a1a8d14cbfdf38e78..979fe249d68b3d3fe84341496e97fb2fd871d41f 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Public XRDS for OpenID
  *
@@ -59,7 +58,7 @@ class PublicxrdsAction extends Action
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }
@@ -71,7 +70,7 @@ class PublicxrdsAction extends Action
      *
      * @return nothing
      */
-    function handle($args)
+    function handle(array $args=array())
     {
         parent::handle($args);
         $xrdsOutputter = new XRDSOutputter();