Selaa lähdekoodia

apply StyleCI recommendation

El RIDO 10 kuukautta sitten
vanhempi
sitoutus
3caf3214f1
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      lib/Exception/JsonException.php
  2. 1 1
      lib/Exception/TranslatedException.php

+ 1 - 1
lib/Exception/JsonException.php

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

+ 1 - 1
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);
     }
-}
+}