1
0
Fork 0

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

Fix test classes with invalid PHP.
pull/3548/merge
Jordi Boggiano 2015-04-24 11:08:11 +01:00
commit ea03730549
4 changed files with 2763 additions and 2762 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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;
?> ?>