Passed
Push — master ( e0ef62...90fcea )
by Rodrigo
01:56
created
src/CittaApi.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
             throw new CittaException(strtr('HTTP Status {code} Error: {error}', [ 
209 209
                     '{error}' => \yii\helpers\ArrayHelper::getValue(\yii\helpers\Json::decode($result->response, true), 'message', null),
210 210
                     '{code}' => $result->http_status_code
211
-                 ])
211
+                    ])
212 212
             );
213 213
         }
214 214
 
Please login to merge, or discard this patch.