Completed
Push — master ( cede94...d99db1 )
by Lars
02:49 queued 01:37
created
src/voku/twig/MinifyHtmlNode.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         ->addDebugInfo($this)
36 36
         ->write("ob_start();\n")
37 37
         ->subcompile($this->getNode('body'))
38
-        ->write('$extension = $this->env->getExtension(\'\\voku\\twig\\MinifyHtmlExtension\');' . "\n")
39
-        ->write('echo $extension->compress($this->env, ob_get_clean());' . "\n");
38
+        ->write('$extension = $this->env->getExtension(\'\\voku\\twig\\MinifyHtmlExtension\');'."\n")
39
+        ->write('echo $extension->compress($this->env, ob_get_clean());'."\n");
40 40
   }
41 41
 }
Please login to merge, or discard this patch.
src/voku/twig/MinifyHtmlExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace voku\twig;
6 6
 
Please login to merge, or discard this patch.
src/voku/twig/MinifyHtmlTokenParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace voku\twig;
6 6
 
Please login to merge, or discard this patch.