Passed
Push — develop ( 5cfbbd...a66307 )
by nguereza
02:52
created
src/Service/Provider/SecurityServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     public function register(): void
69 69
     {
70
-        $this->app->bind(SecurityPolicy::class, function (ContainerInterface $app) {
70
+        $this->app->bind(SecurityPolicy::class, function(ContainerInterface $app) {
71 71
             return new SecurityPolicy(
72 72
                 $app->get(Config::class),
73 73
                 $app->get(Router::class),
Please login to merge, or discard this patch.