mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
debug scoper
This commit is contained in:
parent
37cd497baf
commit
aa7835fb74
@ -21,6 +21,8 @@ $stubFinder->files()->name('*.php')
|
||||
|
||||
foreach ($stubFinder->getIterator() as $fileInfo) {
|
||||
// mirrors https://github.com/phpstan/phpstan-src/commit/04f777bc4445725d17dac65c989400485454b145
|
||||
dump($fileInfo->getPathName());
|
||||
|
||||
if ($fileInfo->getPathName() === '../../vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php') {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user