Completed
Push — master ( c6879d...8ae684 )
by Salah
02:26 queued 15s
created
src/XSSFilterMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     protected function transform($key, $value)
28 28
     {
29
-        if (! is_string($value)) {
29
+        if (!is_string($value)) {
30 30
             return $value;
31 31
         }
32 32
 
Please login to merge, or discard this patch.