Passed
Push — master ( dc3f28...9cb9a1 )
by Andreas
16:51
created
src/midcom/console/command/cleanup/blobdir.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,8 @@
 block discarded – undo
104 104
         $qb->add_constraint("location", "=", $location);
105 105
         try {
106 106
             $attachments = $qb->execute();
107
-        } catch (\Exception) {
107
+        }
108
+        catch (\Exception) {
108 109
             return null;
109 110
         }
110 111
         if (empty($attachments)) {
Please login to merge, or discard this patch.