Test Setup Failed
Pull Request — master (#36)
by
unknown
07:14
created
example/example.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 $yourHtml = <<<'EXAMPLEHTML'
11 11
 <p>Hello, world.</p>
12
-EXAMPLEHTML;
12
+examplehtml;
13 13
 
14 14
 echo $twig->render('example.txt.twig', ['yourhtml' => $yourHtml]);
15 15
 // #=> Hello, world.
Please login to merge, or discard this patch.