From 661fad4cadb5415f087ad4e3ced8c5d2310a3d2d Mon Sep 17 00:00:00 2001 From: Oleg Valko Date: Mon, 28 Mar 2022 22:14:43 +0300 Subject: [PATCH] Update prefix configuration --- .scoper.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scoper.inc.php b/.scoper.inc.php index e4323d9..4975734 100644 --- a/.scoper.inc.php +++ b/.scoper.inc.php @@ -7,9 +7,9 @@ return [ // The prefix configuration. If a non null value will be used, a random prefix will be generated. 'prefix' => 'PluginName\\Vendor', - 'whitelist-global-constants' => false, - 'whitelist-global-classes' => false, - 'whitelist-global-functions' => false, + 'expose-global-constants' => false, + 'expose-global-classes' => false, + 'expose-global-functions' => false, /** * By default when running php-scoper add-prefix, it will prefix all relevant code found in the current working