Fix class whitelist option name
[MAILPOET-2363]
This commit is contained in:
committed by
Jack Kitterhing
parent
55589ccae5
commit
3659e94e72
@ -68,7 +68,7 @@ return [
|
|||||||
// If `true` then the user defined classes belonging to the global namespace will not be prefixed.
|
// 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
|
// 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.
|
// If `true` then the user defined functions belonging to the global namespace will not be prefixed.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user