@@ -38,7 +38,8 @@ |
||
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 |