From 86b6be0668d49e98b788e8459a16551d521f60a7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 28 Aug 2023 14:14:07 +0000 Subject: [PATCH] Fix indentation --- src/Model/Post/Category.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Model/Post/Category.php b/src/Model/Post/Category.php index dd6171b0f..c242e8ffd 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; /**