Skip to content

Commit db291ec

Browse files
committed
exclude webmozart
1 parent c73bbab commit db291ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scoper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
return [
1414
'prefix' => 'Jack' . $timestamp,
1515
'expose-constants' => ['#^SYMFONY\_[\p{L}_]+$#'],
16-
'exclude-namespaces' => ['#^Rector\\\\Jack#', '#^Symfony\\\\Polyfill#', '#^PHPUnit\\\\'],
16+
'exclude-namespaces' => ['#^Rector\\\\Jack#', '#^Webmozart\\\\#', '#^Symfony\\\\Polyfill#', '#^PHPUnit\\\\'],
1717
'exclude-files' => [
1818
// do not prefix "trigger_deprecation" from symfony - https://github.com/symfony/symfony/commit/0032b2a2893d3be592d4312b7b098fb9d71aca03
1919
// these paths are relative to this file location, so it should be in the root directory

0 commit comments

Comments
 (0)