x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Passed
Push — 2.x ( d6bbff...e8148e )
by Terry
02:24
created
src/Firewall/Panel/Security.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,9 +114,9 @@
 block discarded – undo
114 114
         if (isset($postParams['xss'])) {
115 115
             unset_superglobal('xss', 'post');
116 116
 
117
-            $type     = $postParams['type']     ?? '';
117
+            $type     = $postParams['type'] ?? '';
118 118
             $variable = $postParams['variable'] ?? '';
119
-            $action   = $postParams['action']   ?? '';
119
+            $action   = $postParams['action'] ?? '';
120 120
 
121 121
             // The index number in the $xssProtectedList, see below.
122 122
             $order = (int) $postParams['order'];
Please login to merge, or discard this patch.