Passed
Push — develop ( 7d04c7...0b7afe )
by nguereza
02:54
created
src/Service/Provider/SecurityServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function register(): void
68 68
     {
69
-        $this->app->bind(SecurityPolicy::class, function (ContainerInterface $app) {
69
+        $this->app->bind(SecurityPolicy::class, function(ContainerInterface $app) {
70 70
             return new SecurityPolicy($app->get(Config::class)->get('security.policies', []));
71 71
         });
72 72
         $this->app->bind(SecurityPolicyMiddleware::class);
Please login to merge, or discard this patch.