Passed
Push — master ( 91e741...05b645 )
by Andreas
10:37
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()
32 33
     {
Please login to merge, or discard this patch.