@@ -57,7 +57,7 @@ |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | |
| 60 | - $this->logger->error("(" . json_last_error() . ") " . json_last_error_msg()); |
|
| 60 | + $this->logger->error("(".json_last_error().") ".json_last_error_msg()); |
|
| 61 | 61 | |
| 62 | 62 | return null; |
| 63 | 63 | } |
@@ -48,8 +48,8 @@ |
||
| 48 | 48 | |
| 49 | 49 | public function __construct(string $config) |
| 50 | 50 | { |
| 51 | - $this->configSource = $config; |
|
| 52 | - $this->logger = new \Psr\Log\NullLogger(); |
|
| 51 | + $this->configSource = $config; |
|
| 52 | + $this->logger = new \Psr\Log\NullLogger(); |
|
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | public function parse() |