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.
src/Security/SecurityPolicy.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,7 @@
 block discarded – undo
60 60
  * @class SecurityPolicy
61 61
  * @package Platine\Framework\Security
62 62
  */
63
-class SecurityPolicy
64
-{
63
+class SecurityPolicy {
65 64
     /**
66 65
      * The application configuration
67 66
      * @var Config
Please login to merge, or discard this patch.