Passed
Push — master ( f70f67...05b81b )
by Andreas
28:08
created
src/midcom/datamanager/validation/phpValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         // enable them everywhere with -e and mask them instead
33 33
         $input = str_replace(
34 34
             ['\a', '\b', '\c', '\e', '\f', '\n', '\r', '\t', '\v'],
35
-            [ '\\\a', '\\\b', '\\\c', '\\\e', '\\\f', '\\\n', '\\\r', '\\\t', '\\\v'],
35
+            ['\\\a', '\\\b', '\\\c', '\\\e', '\\\f', '\\\n', '\\\r', '\\\t', '\\\v'],
36 36
             $input
37 37
         );
38 38
         exec(sprintf('echo -e %s | php -l', escapeshellarg($input)) . " 2>&1", $parse_results, $return_status);
Please login to merge, or discard this patch.