Test Failed
Push — develop ( c3d980...50f9bb )
by nguereza
02:14
created
src/Service/Provider/CacheServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     public function register(): void
72 72
     {
73 73
         $this->app->bind(Filesystem::class);
74
-        $this->app->bind(Configuration::class, function (ContainerInterface $app) {
74
+        $this->app->bind(Configuration::class, function(ContainerInterface $app) {
75 75
             return new Configuration($app->get(Config::class)->get('cache', []));
76 76
         });
77 77
         $this->app->bind(AdapterInterface::class, LocalAdapter::class);
Please login to merge, or discard this patch.