Skip to content

Commit

Permalink
removed misleading HTML heredoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bragle committed May 3, 2019
1 parent ddd195f commit fcf29fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$string = <<<HTML
$string = <<<LOGICA
counter = 0
[if (counter > (10 - 3))]
Expand All @@ -26,7 +26,7 @@
[print "counter is higher than " [cat "1" 0]]
[fi]
HTML;
LOGICA;

$logica = new Logica();

Expand Down

0 comments on commit fcf29fd

Please sign in to comment.