@@ -44,7 +44,8 @@ |
||
| 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 | |
@@ -46,6 +46,7 @@ |
||
| 46 | 46 | * SingletonInterface constructor. |
| 47 | 47 | * |
| 48 | 48 | * @param Context $context |
| 49 | + * @return void |
|
| 49 | 50 | */ |
| 50 | 51 | public function __construct(Context $context); |
| 51 | 52 | } |