Passed
Push — master ( 99b2fc...23d1f3 )
by Andreas
13:13
created
lib/org/openpsa/invoices/invoice.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,8 @@
 block discarded – undo
267 267
             if (!empty($this->$property)) {
268 268
                 try {
269 269
                     return $class::get_cached($this->$property);
270
-                } catch (midcom_error $e) {
270
+                }
271
+                catch (midcom_error $e) {
271 272
                     $e->log();
272 273
                 }
273 274
             }
Please login to merge, or discard this patch.