From 12fb897f54f8f11f9118d14286a003a3817eaaee Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 16 Nov 2022 08:56:37 +0100 Subject: [PATCH] Adhere PHP-CS --- src/Module/Post/Edit.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Module/Post/Edit.php b/src/Module/Post/Edit.php index 2b371ba9c..ed5ce0062 100644 --- a/src/Module/Post/Edit.php +++ b/src/Module/Post/Edit.php @@ -162,18 +162,18 @@ class Edit extends BaseModule '$rand_num' => Crypto::randomDigits(12), // Formatting button labels - '$edbold' => $this->t('Bold'), - '$editalic' => $this->t('Italic'), - '$eduline' => $this->t('Underline'), - '$edquote' => $this->t('Quote'), - '$edcode' => $this->t('Code'), - '$edurl' => $this->t('Link'), - '$edattach' => $this->t('Link or Media'), + '$edbold' => $this->t('Bold'), + '$editalic' => $this->t('Italic'), + '$eduline' => $this->t('Underline'), + '$edquote' => $this->t('Quote'), + '$edcode' => $this->t('Code'), + '$edurl' => $this->t('Link'), + '$edattach' => $this->t('Link or Media'), //jot nav tab (used in some themes) - '$message' => $this->t('Message'), - '$browser' => $this->t('Browser'), - '$shortpermset' => $this->t('Permissions'), + '$message' => $this->t('Message'), + '$browser' => $this->t('Browser'), + '$shortpermset' => $this->t('Permissions'), '$compose_link_title' => $this->t('Open Compose page'), ]);