Passed
Push — master ( f18883...951784 )
by Rodrigo
01:31
created
src/CittaApi.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
             throw new CittaException(strtr('HTTP Status {code} Error: {error}', [ 
218 218
                     '{error}' => \yii\helpers\ArrayHelper::getValue($error, 'message', null),
219 219
                     '{code}' => $result->http_status_code
220
-                 ])
220
+                    ])
221 221
             );
222 222
         }
223 223
 
Please login to merge, or discard this patch.