Completed
Push — develop ( 90ebf0...1776d4 )
by Neomerx
02:20
created
src/Packages/Monolog/MonologFileContainerConfigurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public static function configureContainer(LimoncelloContainerInterface $container): void
45 45
     {
46
-        $container[LoggerInterface::class] = function (PsrContainerInterface $container) {
46
+        $container[LoggerInterface::class] = function(PsrContainerInterface $container) {
47 47
             /** @var CacheSettingsProviderInterface $settingsProvider */
48 48
             $settingsProvider = $container->get(CacheSettingsProviderInterface::class);
49 49
             $appConfig        = $settingsProvider->getApplicationConfiguration();
Please login to merge, or discard this patch.