Passed
Push — master ( f09fce...ad92f8 )
by Jonathan
39:40 queued 26:33
created
Category
src/Adapter/SimpleAdapter/SimpleAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
             '/(\n|^)\/\/(.*?)(\n|$)/' => "\n",
15 15
             '/\n/'                    => ' ',
16 16
             '/\<\!--.*?-->/'          => '',
17
-            '/(\x20+|\t)/'            => ' ',   // Delete multi space (Without \n)
17
+            '/(\x20+|\t)/'            => ' ', // Delete multi space (Without \n)
18 18
             '/\>\s+\</'               => '> <', // Replace white spaces between tags with one space
19 19
             '/(\"|\')\s+\>/'          => '$1>', // Strip whitespaces between quotation ("') and end tags
20 20
             '/=\s+(\"|\')/'           => '=$1', // Strip whitespaces between = "'
Please login to merge, or discard this patch.