From 3caf3214f17d791c9e57e44e71d18aea84f74512 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 19 Nov 2025 10:02:15 +0100 Subject: [PATCH] apply StyleCI recommendation --- lib/Exception/JsonException.php | 2 +- lib/Exception/TranslatedException.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Exception/JsonException.php b/lib/Exception/JsonException.php index 507e918d..dea5c97f 100644 --- a/lib/Exception/JsonException.php +++ b/lib/Exception/JsonException.php @@ -35,4 +35,4 @@ class JsonException extends Exception $message .= ' (' . $code . ')'; parent::__construct($message, 90); } -} \ No newline at end of file +} diff --git a/lib/Exception/TranslatedException.php b/lib/Exception/TranslatedException.php index 1532249f..116406cf 100644 --- a/lib/Exception/TranslatedException.php +++ b/lib/Exception/TranslatedException.php @@ -33,4 +33,4 @@ class TranslatedException extends Exception $message = is_string($messageId) ? I18n::translate($messageId) : forward_static_call_array('PrivateBin\I18n::translate', $messageId); parent::__construct($message, $code); } -} \ No newline at end of file +}