]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
added curly braces #3254
[friendica.git] / mod / follow.php
index 3ba33780ba944327cd2fa86a6a4ad88fc5c06120..2b564c1bfa2a8b0342ddc6eff9fe5c560d13fa7a 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/follow.php');
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 
-function follow_content(App &$a) {
+function follow_content(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);
@@ -152,7 +152,7 @@ function follow_content(App &$a) {
        return $o;
 }
 
-function follow_post(App &$a) {
+function follow_post(App $a) {
 
        if (! local_user()) {
                notice( t('Permission denied.') . EOL);