1
0
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:
Matthew Brown 2016-11-03 20:35:19 -04:00
parent d3fdaaa86d
commit 51ca4f4384

View File

@ -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']);