From 3659e94e724d93d0aaa2c3b68d01f1fad84c297d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Tue, 1 Oct 2019 11:07:21 +0200 Subject: [PATCH] Fix class whitelist option name [MAILPOET-2363] --- prefixer/scoper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //