]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagrm.php
applied coding convention:
[friendica.git] / mod / tagrm.php
index 2a9a26e37bfd4ead658a459076ae082abfa8f4c9..2e7f8b97082436e8061998997f0150d666147fcb 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/bbcode.php');
 
-function tagrm_post(App &$a) {
+function tagrm_post(App $a) {
 
        if (! local_user()) {
                goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']);
@@ -42,14 +42,14 @@ function tagrm_post(App &$a) {
 
        info( t('Tag removed') . EOL );
        goaway(App::get_baseurl() . '/' . $_SESSION['photo_return']);
-       
+
        // NOTREACHED
 
 }
 
 
 
-function tagrm_content(App &$a) {
+function tagrm_content(App $a) {
 
        $o = '';