mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add xdebug nesting level in
This commit is contained in:
parent
d3fdaaa86d
commit
51ca4f4384
@ -16,6 +16,7 @@ error_reporting(-1);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
ini_set('memory_limit', '2048M');
|
||||
ini_set('xdebug.max_nesting_level', 512);
|
||||
|
||||
// get options from command line
|
||||
$options = getopt('f:m:', ['help', 'debug', 'config:', 'monochrome', 'show-info:', 'diff']);
|
||||
|
Loading…
Reference in New Issue
Block a user