Skip to content

Commit

Permalink
[Scoper] Revert src/functions/node_helper.php from exclude files (#6699)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Jan 28, 2025
1 parent 0393615 commit b226fe6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
iterator_to_array($polyfillFinder->getIterator()),
);

$excludedFiles[] = 'src/functions/node_helper.php';

// see https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#configuration
return [
'prefix' => 'RectorPrefix' . $timestamp,
Expand All @@ -45,8 +43,6 @@
'#^Symfony\\\\Polyfill#',
],

'exclude-files' => $excludedFiles,

// expose
'expose-classes' => ['Normalizer'],
'expose-functions' => [
Expand Down

0 comments on commit b226fe6

Please sign in to comment.