Passed
Push — develop ( 93a44e...3f861a )
by nguereza
05:43 queued 10s
created
src/Service/Provider/TemplateServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     {
71 71
         $config = $this->app->get(Config::class)->get('template', []);
72 72
 
73
-        $this->app->bind(Configuration::class, function (ContainerInterface $app) use ($config) {
73
+        $this->app->bind(Configuration::class, function(ContainerInterface $app) use ($config) {
74 74
             return new Configuration($config);
75 75
         });
76 76
         $this->app->bind(AbstractCache::class, $config['cache_driver'] ?? NullCache::class);
Please login to merge, or discard this patch.