diff --git a/prefixer/scoper.inc.php b/prefixer/scoper.inc.php index b70cc44f89..f2e5fbaa92 100644 --- a/prefixer/scoper.inc.php +++ b/prefixer/scoper.inc.php @@ -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. //