ateliers55/tests/phpstan/phpstan-bootstrap.php
2024-03-26 13:31:26 +01:00

8 lines
194 B
PHP

<?php declare(strict_types=1);
/**
*To help phpstan dealing with LogicException in Common\User\User.php
*/
define('GRAV_USER_INSTANCE', 'FLEX');
define('GRAV_REQUEST_TIME', microtime(true));