Merge pull request #3963 from deviantintegral/fix-large-class-syntax

Fix test classes with invalid PHP.
main
Jordi Boggiano 9 years ago
commit ea03730549

File diff suppressed because it is too large Load Diff

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

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

Loading…
Cancel
Save