]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
[friendica.git] / mod / oexchange.php
index 28a9f4a2418b97e6ee342233b9fd4f86cad031be..4f2d7e0eb8449e97a0c48f8e1332367b05f46d97 100644 (file)
@@ -1,6 +1,5 @@
 <?php
-
-function oexchange_init(App &$a) {
+function oexchange_init(App $a) {
 
        if (($a->argc > 1) && ($a->argv[1] === 'xrd')) {
                $tpl = get_markup_template('oexchange_xrd.tpl');
@@ -11,7 +10,7 @@ function oexchange_init(App &$a) {
        }
 }
 
-function oexchange_content(App &$a) {
+function oexchange_content(App $a) {
 
        if (! local_user()) {
                $o = login(false);