Passed
Push — master ( 68ebd8...444e38 )
by Henry
02:06
created
src/Controllers/RecordsRequestHandler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -374,8 +374,7 @@
 block discarded – undo
374 374
         foreach ($_REQUEST['data'] as $datum) {
375 375
             try {
376 376
                 $results[] = static::processDatumDestroy($datum);
377
-            }    
378
-            catch(Exception $e) {
377
+            } catch(Exception $e) {
379 378
                 $failed[] = [
380 379
                     'record' => $datum,
381 380
                     'errors' => $e->getMessage(),
Please login to merge, or discard this patch.