]> git.mxchange.org Git - friendica.git/commitdiff
Spaces to tabs
authorMichael <heluecht@pirati.ca>
Sun, 25 Oct 2020 16:26:47 +0000 (16:26 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 25 Oct 2020 16:26:47 +0000 (16:26 +0000)
src/Object/Api/Mastodon/Status/Counts.php
src/Object/Api/Mastodon/Status/UserAttributes.php

index 2c446c36c7e017eec7558a4b0346d33aa7d5eb80..a0af517dfb4258553c2f1ba26419093620851b94 100644 (file)
@@ -51,6 +51,6 @@ class Counts
        }
 
        public function __get($name) {
-        return $this->$name;
-    }
+               return $this->$name;
+       }
 }
index f33cc51171c6a297e107284d500908d43168cd2d..c1201c931f718f3d2b4e07fc4cde6f214d092286 100644 (file)
@@ -59,6 +59,6 @@ class UserAttributes
        }
 
        public function __get($name) {
-        return $this->$name;
-    }
+               return $this->$name;
+       }
 }