From fe89a2f6b8307f3b2e953f3e8defc0725c5c27e5 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 27 Sep 2022 10:11:18 +0200 Subject: [PATCH] Fix Scoper config again --- compiler/build/scoper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/build/scoper.inc.php b/compiler/build/scoper.inc.php index 9bb649f8a1..e7f51ccb0b 100644 --- a/compiler/build/scoper.inc.php +++ b/compiler/build/scoper.inc.php @@ -272,7 +272,7 @@ function (string $filePath, string $prefix, string $content): string { return str_replace(sprintf('\'%s\\\\JetBrains\\\\', $prefix), '\'JetBrains\\\\', $content); } ], - 'expose-namespaces' => [ + 'exclude-namespaces' => [ 'PHPStan', 'PhpParser', 'Hoa',