Fix class whitelist option name

[MAILPOET-2363]
This commit is contained in:
Jan Jakeš
2019-10-01 11:07:21 +02:00
committed by Jack Kitterhing
parent 55589ccae5
commit 3659e94e72

View File

@ -68,7 +68,7 @@ return [
// If `true` then the user defined classes belonging to the global namespace will not be prefixed.
//
// For more see https://github.com/humbug/php-scoper#constants--constants--functions-from-the-global-namespace
'whitelist-global-constants' => true,
'whitelist-global-classes' => true,
// If `true` then the user defined functions belonging to the global namespace will not be prefixed.
//