Passed
Branch master (121b08)
by Csaba
01:52
created
src/HumanDirect/Socially/Normalizer/DefaultNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
         parse_str($query, $params);
133 133
         foreach ($params as $paramKey => $paramValue) {
134 134
             if (!\in_array($paramKey, $this->allowedQueryParams, true)) {
135
-                unset($params[$paramKey]);
135
+                unset($params[ $paramKey ]);
136 136
             }
137 137
         }
138 138
 
Please login to merge, or discard this patch.