From: Michael Date: Sun, 25 Oct 2020 16:26:47 +0000 (+0000) Subject: Spaces to tabs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=efcd76d3a71e8c7fada5ba25a2ddc52b0c8a7213;p=friendica.git Spaces to tabs --- diff --git a/src/Object/Api/Mastodon/Status/Counts.php b/src/Object/Api/Mastodon/Status/Counts.php index 2c446c36c7..a0af517dfb 100644 --- a/src/Object/Api/Mastodon/Status/Counts.php +++ b/src/Object/Api/Mastodon/Status/Counts.php @@ -51,6 +51,6 @@ class Counts } public function __get($name) { - return $this->$name; - } + return $this->$name; + } } diff --git a/src/Object/Api/Mastodon/Status/UserAttributes.php b/src/Object/Api/Mastodon/Status/UserAttributes.php index f33cc51171..c1201c931f 100644 --- a/src/Object/Api/Mastodon/Status/UserAttributes.php +++ b/src/Object/Api/Mastodon/Status/UserAttributes.php @@ -59,6 +59,6 @@ class UserAttributes } public function __get($name) { - return $this->$name; - } + return $this->$name; + } }