minor #2860 Remove PHP 5.4 code (fabpot)

This PR was merged into the 1.x branch.

Discussion
----------

Remove PHP 5.4 code

Commits
-------

1808776d removed PHP 5.4 code
This commit is contained in:
Fabien Potencier
2019-03-04 18:33:14 +01:00
-4
View File
@@ -1,9 +1,5 @@
<?php
if (!\defined('ENT_SUBSTITUTE')) {
\define('ENT_SUBSTITUTE', 8);
}
/*
* This file is part of Twig.
*