1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Always disable uopz

Ref #1741
This commit is contained in:
Brown 2019-06-06 10:36:26 -04:00
parent 90b160aece
commit 9573429f1e

View File

@ -327,6 +327,8 @@ if ($threads > 1) {
$ini_handler->disableExtension('grpc');
}
$ini_handler->disableExtension('uopz');
$type_map_location = null;
if (isset($options['generate-json-map']) && is_string($options['generate-json-map'])) {