apply StyleCI recommendation

This commit is contained in:
El RIDO 2025-11-19 10:02:15 +01:00
parent 528f2f7221
commit 3caf3214f1
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
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);
}
}
}