Commaaa2
This commit is contained in:
5
vendor/psy/psysh/src/Configuration.php
vendored
5
vendor/psy/psysh/src/Configuration.php
vendored
@@ -310,6 +310,11 @@ class Configuration
|
||||
return self::VERBOSITY_VERY_VERBOSE;
|
||||
case '3':
|
||||
case 'vv': // `-vvv`
|
||||
case 'vvv':
|
||||
case 'vvvv':
|
||||
case 'vvvvv':
|
||||
case 'vvvvvv':
|
||||
case 'vvvvvvv':
|
||||
return self::VERBOSITY_DEBUG;
|
||||
default: // implicitly normal, config file default wins
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user