@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace leinonen\Yii2Monolog\CreationStrategies; |
6 | 6 | |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | public function getConfigurationCallable(array $config): callable |
41 | 41 | { |
42 | - return $config['configure'] ?? function ($instance) { |
|
42 | + return $config['configure'] ?? function($instance) { |
|
43 | 43 | return $instance; |
44 | 44 | }; |
45 | 45 | } |