Skip to content

Commit

Permalink
Replace exclude-namespaces with expose-namespaces for scoper conf…
Browse files Browse the repository at this point in the history
…ig as per comments
  • Loading branch information
maks-rafalko committed May 4, 2024
1 parent 2f6ec73 commit 809d8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
'Infection\Mutator\Mutator',
'Infection\Mutator\MutatorCategory',
],
'exclude-namespaces' => [
// we have to exclude it cause Mutator depends on PhpParser/Node interface, and it's not in a separate package
'expose-namespaces' => [
// we have to expose it cause Mutator depends on PhpParser/Node interface, and it's not in a separate package
'/^PhpParser/',
],
'exclude-constants' => [
Expand Down

0 comments on commit 809d8f2

Please sign in to comment.