phpstan-bootstrap.php 194 B

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