Fix heredoc

This commit is contained in:
Stadly 2019-01-23 09:53:40 +01:00
parent aca3d2c90d
commit 15f5f69b1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
This template is used for translation message extraction tests
<?php echo $view['translator']->trans('single-quoted key'); ?>
<?php echo $view['translator']->trans('double-quoted key'); ?>
<?php echo $view['translator']->trans(<<<'EOF'
<?php echo $view['translator']->trans(<<<EOF
heredoc key
EOF
); ?>