Skip to content

Commit

Permalink
Merge pull request #1 from catrope/php-72
Browse files Browse the repository at this point in the history
Fix heredoc syntax for PHP 7.2 validity
  • Loading branch information
egardner committed Feb 13, 2020
2 parents 83ebb38 + 4a013ec commit 1524541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/SpecialVueSandbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function execute( $sub ) {
<div id="vue-root">
<p>This message will disappear once Vue.js initializes.</p>
</div>
EOM;
EOM;

$out->setPageTitle( $this->msg( 'vuetest' ) );
$out->addSubtitle( $this->msg( 'vuetest-summary' ) );
Expand Down

0 comments on commit 1524541

Please sign in to comment.