From ac3cafa9c947fa9f6ec9e16d4dfc95416d7bf7ad Mon Sep 17 00:00:00 2001 From: fumikito Date: Thu, 20 Jul 2023 01:59:32 +0900 Subject: [PATCH] #50 @openai: ignore --- scoper.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scoper.inc.php b/scoper.inc.php index 8a5cdc1..ef734ab 100644 --- a/scoper.inc.php +++ b/scoper.inc.php @@ -36,14 +36,6 @@ ] ), ], - // List of excluded files, i.e. files for which the content will be left untouched. - // Paths are relative to the configuration file unless if they are already absolute - // - // For more see: https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#patchers - 'exclude-files' => [ - 'src/a-whitelisted-file.php', - ], - // When scoping PHP files, there will be scenarios where some of the code being scoped indirectly references the // original namespace. These will include, for example, strings or string manipulations. PHP-Scoper has limited // support for prefixing such strings. To circumvent that, you can define patchers to manipulate the file to your