Closed paul999 closed 3 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.
<?php declare(strict_types=1);
When using
<?php declare(strict_types=1);
in a ext it causes a Warning: IN_PHPBB is not defined in which should not happen.