Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 1, 2023
1 parent d354471 commit 06bf3aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
|| $fileInfo->isDir()
|| !$fileInfo->isReadable()
|| 'php' !== $fileInfo->getExtension()
// The map needs to be excluded from "exclude-files" as otherwise its namespace cannot be corrected
// via a patcher
|| $fileInfo->getFilename() === 'PhpStormStubsMap.php'
) {
continue;
}
Expand Down

0 comments on commit 06bf3aa

Please sign in to comment.