Passed
Push — develop ( cb5f9f...78e2ce )
by nguereza
05:02
created
src/Security/Csrf/Storage/CsrfNullStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      */
75 75
     public function set(string $name, array $data): void
76 76
     {
77
-         $this->data[$name] = $data;
77
+            $this->data[$name] = $data;
78 78
     }
79 79
 
80 80
     /**
Please login to merge, or discard this patch.