Skip to content

Commit

Permalink
fix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 18, 2024
1 parent a90bd61 commit d35ef6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
'vendor/symfony/deprecation-contracts/function.php',
'stubs/PhpCsFixer/AbstractFixer.php',
'stubs/Rector/Core/Contract/Rector/RectorInterface.php',
],

'expose-classes' => ['Rector\Contract\Rector\RectorInterface'],
// check original types
'src/RuleCodeSamplePrinter/ECSRuleCodeSamplePrinter.php',
'src/RuleCodeSamplePrinter/PHPStanRuleCodeSamplePrinter.php',
'src/RuleCodeSamplePrinter/RectorRuleCodeSamplePrinter.php',
],
];

0 comments on commit d35ef6f

Please sign in to comment.