From: Michael Date: Mon, 28 Aug 2023 14:14:07 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=86b6be0668d49e98b788e8459a16551d521f60a7;p=friendica.git Fix indentation --- diff --git a/src/Model/Post/Category.php b/src/Model/Post/Category.php index dd6171b0f6..c242e8ffd8 100644 --- a/src/Model/Post/Category.php +++ b/src/Model/Post/Category.php @@ -33,9 +33,9 @@ use Friendica\Model\Tag; */ class Category { - const UNKNOWN = 0; - const CATEGORY = 3; - const FILE = 5; + const UNKNOWN = 0; + const CATEGORY = 3; + const FILE = 5; const SUBCRIPTION = 10; /**