Passed
Push — 5.0 ( 0ee044...2a6b21 )
by Marc André
02:18
created
src/Context.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,8 @@
 block discarded – undo
38 38
      *
39 39
      * @param BaseConfig|null $config
40 40
      */
41
-    public function __construct(?BaseConfig $config = null) {
41
+    public function __construct(?BaseConfig $config = null)
42
+    {
42 43
 
43 44
         $this->config = $config ?? new BaseConfig();
44 45
 
Please login to merge, or discard this patch.