From 72b68abe7f5958b1790ec301d56864a2eae19c4c Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 9 Sep 2023 12:01:35 +0000 Subject: [PATCH] Align array assignment --- src/Content/Nav.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Content/Nav.php b/src/Content/Nav.php index 6cc799eb6b..cac03ccaad 100644 --- a/src/Content/Nav.php +++ b/src/Content/Nav.php @@ -40,21 +40,21 @@ use Friendica\Network\HTTPException; class Nav { private static $selected = [ - 'global' => null, - 'community' => null, - 'channel' => null, - 'network' => null, - 'home' => null, - 'profiles' => null, + 'global' => null, + 'community' => null, + 'channel' => null, + 'network' => null, + 'home' => null, + 'profiles' => null, 'introductions' => null, 'notifications' => null, - 'messages' => null, - 'directory' => null, - 'settings' => null, - 'contacts' => null, - 'delegation' => null, - 'calendar' => null, - 'register' => null + 'messages' => null, + 'directory' => null, + 'settings' => null, + 'contacts' => null, + 'delegation' => null, + 'calendar' => null, + 'register' => null ]; /**