@@ -7,7 +7,7 @@ |
||
7 | 7 | * @package Phoole\Config |
8 | 8 | * @copyright Copyright (c) 2019 Hong Zhang |
9 | 9 | */ |
10 | -declare(strict_types = 1); |
|
10 | +declare(strict_types=1); |
|
11 | 11 | |
12 | 12 | namespace Phoole\Config; |
13 | 13 |
@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | * @package Phoole\Config |
8 | 8 | * @copyright Copyright (c) 2019 Hong Zhang |
9 | 9 | */ |
10 | -declare(strict_types = 1); |
|
10 | +declare(strict_types=1); |
|
11 | 11 | |
12 | 12 | namespace Phoole\Config; |
13 | 13 | |
@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | public function getConfig(): ConfigInterface |
41 | 41 | { |
42 | 42 | if (is_null($this->config)) { |
43 | - throw new \LogicException("Config not set in " . get_class($this)); |
|
43 | + throw new \LogicException("Config not set in ".get_class($this)); |
|
44 | 44 | } |
45 | 45 | return $this->config; |
46 | 46 | } |