Completed
Push — master ( db2912...d1e0ef )
by Byron
02:04
created
src/MicrosoftTranslator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
     {
162 162
         if (strpos($message, 'TranslateApiException') === 0
163 163
             && strpos($message, 'credentials has zero balance.')
164
-        ){
164
+        ) {
165 165
             throw new QuotaExceededException($message);
166 166
         }
167 167
     }
Please login to merge, or discard this patch.