diff --git a/Sources/Actions/Help.php b/Sources/Actions/Help.php index 122880eb68..7b61660883 100644 --- a/Sources/Actions/Help.php +++ b/Sources/Actions/Help.php @@ -117,7 +117,6 @@ public function index() Utils::$context['sub_template'] = 'manual'; } - /****************** * Internal methods ******************/ diff --git a/Sources/Alert.php b/Sources/Alert.php index 3ba7f63988..e6a0e2f4b1 100644 --- a/Sources/Alert.php +++ b/Sources/Alert.php @@ -1339,6 +1339,7 @@ protected function setIcon(): void IntegrationHook::call('integrate_alert_icon', [&$this->icon, (array) $this]); } + /************************* * Internal static methods *************************/ diff --git a/Sources/Autolinker.php b/Sources/Autolinker.php index fd84a26afe..4f021a16be 100644 --- a/Sources/Autolinker.php +++ b/Sources/Autolinker.php @@ -206,7 +206,6 @@ class Autolinker */ protected string $js_email_regex; - /**************************** * Internal static properties ****************************/