From: Michael Date: Tue, 8 Sep 2020 01:45:59 +0000 (+0000) Subject: Tabs instead of spaces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e45ccea0f2b18fcf12552b4e36a5c8bf4059f3b1;p=friendica.git Tabs instead of spaces --- diff --git a/src/Object/Api/Mastodon/Status/Counts.php b/src/Object/Api/Mastodon/Status/Counts.php index caf839dbb5..2c446c36c7 100644 --- a/src/Object/Api/Mastodon/Status/Counts.php +++ b/src/Object/Api/Mastodon/Status/Counts.php @@ -31,7 +31,7 @@ class Counts /** @var int */ protected $replies; /** @var int */ - protected $reblogs; + protected $reblogs; /** @var int */ protected $favourites;