Passed
Branch 5.0 (445e47)
by Marc André
01:54
created
src/Core.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,8 @@
 block discarded – undo
44 44
 {
45 45
     private $context = null;
46 46
 
47
-    public function __construct(?BaseConfig $config = null) {
47
+    public function __construct(?BaseConfig $config = null)
48
+    {
48 49
         $this->context = new Context($config);
49 50
     }
50 51
 
Please login to merge, or discard this patch.