Passed
Push — master ( 0e57f3...bf273f )
by Andreas
11:18
created
lib/errors.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,8 @@
 block discarded – undo
26 26
     private Throwable $error;
27 27
 
28 28
     public function __construct(private array $error_actions, private midcom_helper_style $style)
29
-    {}
29
+    {
30
+}
30 31
 
31 32
     public static function getSubscribedEvents() : array
32 33
     {
Please login to merge, or discard this patch.