Skip to content

Commit

Permalink
#50 @openai: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent a6e9ee5 commit ac3cafa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac3cafa

Please sign in to comment.