Passed
Push — develop ( cb5f9f...78e2ce )
by nguereza
05:02
created
src/Security/Csrf/CsrfManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         ?CsrfStorageInterface $storage = null
88 88
     ) {
89 89
         $this->config = $config;
90
-        $this->storage = $storage ??  new CsrfNullStorage();
90
+        $this->storage = $storage ?? new CsrfNullStorage();
91 91
     }
92 92
 
93 93
     /**
Please login to merge, or discard this patch.