@@ -55,7 +55,7 @@ |
||
55 | 55 | * @param Iterable $config |
56 | 56 | * @return void |
57 | 57 | */ |
58 | - public function __construct(Logger $logger, ?Iterable $config=null) |
|
58 | + public function __construct(Logger $logger, ?Iterable $config = null) |
|
59 | 59 | { |
60 | 60 | $this->logger = $logger; |
61 | 61 | $this->setOptions($config); |