We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73bbab commit db291ecCopy full SHA for db291ec
scoper.php
@@ -13,7 +13,7 @@
13
return [
14
'prefix' => 'Jack' . $timestamp,
15
'expose-constants' => ['#^SYMFONY\_[\p{L}_]+$#'],
16
- 'exclude-namespaces' => ['#^Rector\\\\Jack#', '#^Symfony\\\\Polyfill#', '#^PHPUnit\\\\'],
+ 'exclude-namespaces' => ['#^Rector\\\\Jack#', '#^Webmozart\\\\#', '#^Symfony\\\\Polyfill#', '#^PHPUnit\\\\'],
17
'exclude-files' => [
18
// do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
19
// these paths are relative to this file location, so it should be in the root directory
0 commit comments