Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down