sample/inc/bootstrap.php
Call to method required
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv->required('MY_PHP_ENV');
- Exclude checks
Call to method __construct
from undeclared class \Whoops\Handler\PrettyPageHandler
Open
Open
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
- Exclude checks
Call to method pushHandler
from undeclared class \Whoops\Run
Open
Open
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
- Exclude checks
Call to method __construct
from undeclared class \Whoops\Run
Open
Open
$whoops = new \Whoops\Run;
- Exclude checks
Call to method required
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv->required('SERVICE_BASE_URL');
- Exclude checks
Call to method register
from undeclared class \Whoops\Run
Open
Open
$whoops->register();
- Exclude checks
Call to method __construct
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv = new Dotenv\Dotenv(dirname(__DIR__));
- Exclude checks
Call to method load
from undeclared class \Dotenv\Dotenv
Open
Open
$dotenv->load();
- Exclude checks