]> git.mxchange.org Git - friendica.git/blobdiff - mod/uexport.php
Improve display feedback on like actions
[friendica.git] / mod / uexport.php
index 8b487380ece4b6296118ed85575d28d95344fea2..cada539bcd251071f4d7ce3fedbb27c87aebb4ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function uexport_init(App &$a){
+function uexport_init(App $a) {
        if (! local_user()) {
                killme();
        }
@@ -10,7 +10,7 @@ function uexport_init(App &$a){
 }
 
 /// @TODO Change space -> tab where wanted
-function uexport_content(App &$a){
+function uexport_content(App $a) {
 
        if ($a->argc > 1) {
                header("Content-type: application/json");
@@ -130,7 +130,7 @@ function uexport_account($a){
 /**
  * echoes account data and items as separated json, one per line
  */
-function uexport_all(App &$a) {
+function uexport_all(App $a) {
 
        uexport_account($a);
        echo "\n";