Skip to content

Commit e10a710

Browse files
committed
Make tokenizer_data_gen.php compatible with older PHP
Our PHP requirement is currently PHP 7.1, so don't use flexible heredoc.
1 parent 67e545f commit e10a710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/tokenizer/tokenizer_data_gen.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
1111
Please, generate the PHP parser files by scripts/dev/genfiles
1212
or by running the ./configure build step.
13-
ERROR);
13+
ERROR
14+
);
1415
exit(1);
1516
}
1617

0 commit comments

Comments
 (0)