-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan.bootstrap
More file actions
31 lines (29 loc) · 871 Bytes
/
phpstan.bootstrap
File metadata and controls
31 lines (29 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
// Mock some global constants
define('DC_ADBLOCKER_CHECK', true);
define('DC_ADMIN_URL', '');
define('DC_AKISMET_SUPER', true);
define('DC_BACKUP_PATH', '');
define('DC_CSP_LOGFILE', '');
define('DC_DBDRIVER', '');
define('DC_DBHOST', '');
define('DC_DBNAME', '');
define('DC_DBPASSWORD', '');
define('DC_DBPREFIX', '');
define('DC_DBUSER', '');
define('DC_DEV', true);
define('DC_DISTRIB_PLUGINS', '');
define('DC_DISTRIB_THEMES', '');
define('DC_DNSBL_SUPER', '');
define('DC_ERRORFILE', '');
define('DC_FORCE_SCHEME_443', false);
define('DC_MASTER_KEY', 'PASSWORD');
define('DC_MAX_UPLOAD_SIZE', 42);
define('DC_PLUGINS_ROOT', '');
define('DC_REVERSE_PROXY', false);
define('DC_SESSION_NAME', '');
define('DC_VERSION', '2.27');
define('DC_DEFAULT_TPLSET', 'dotty');
// Xdebug method()
function xdebug_time_index() {}
function xdebug_get_profiler_filename() {}