Passed
Push — 2.x ( d1e533...30af3d )
by Terry
02:03
created
src/Firewall/Panel/Security.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,9 +120,9 @@
 block discarded – undo
120 120
         if ($this->checkPostParamsExist('xss')) {
121 121
             unset_superglobal('xss', 'post');
122 122
 
123
-            $type     = $postParams['type']     ?? '';
123
+            $type     = $postParams['type'] ?? '';
124 124
             $variable = $postParams['variable'] ?? '';
125
-            $action   = $postParams['action']   ?? '';
125
+            $action   = $postParams['action'] ?? '';
126 126
 
127 127
             // The index number in the $xssProtectedList, see below.
128 128
             $order = (int) $postParams['order'];
Please login to merge, or discard this patch.