phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

<?php declare(strict_types=1); causes warning #99

Closed paul999 closed 3 years ago

paul999 commented 4 years ago

When using <?php declare(strict_types=1); in a ext it causes a Warning: IN_PHPBB is not defined in which should not happen.