apply StyleCI recommendation

This commit is contained in:
El RIDO
2025-11-19 10:02:15 +01:00
parent 528f2f7221
commit 3caf3214f1
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ class JsonException extends Exception
$message .= ' (' . $code . ')';
parent::__construct($message, 90);
}
}
}

View File

@@ -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);
}
}
}