Completed
Push — master ( a05e59...aff21f )
by Salah
04:38 queued 02:22
created
src/XSSFilterMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     protected function transform($key, $value)
35 35
     {
36
-        if (! is_string($value) || in_array($key, $this->config['except'], true)) {
36
+        if (!is_string($value) || in_array($key, $this->config['except'], true)) {
37 37
             return $value;
38 38
         }
39 39
 
Please login to merge, or discard this patch.