1
0
Fork 0

Fix missing semicolons.

pull/3963/head
Andrew Berry 2015-04-23 12:56:11 -04:00
parent 59e14ff098
commit 5b7c5cf41e
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
* interface templateInterface_1 * interface templateInterface_1
* trait temlpateTrait_1 * trait temlpateTrait_1
*/ */
<?php echo $code <?php echo $code;

View File

@ -4,5 +4,5 @@
* trait temlpateTrait_2 * trait temlpateTrait_2
*/ */
<?php <?php
echo $code echo $code;
?> ?>