/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper/Skipper
NameSizeModeActions
PathSkipper.php9130644editdlrm
Skipper.php20190644editdlrm
SkipSkipper.php10600644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper/Skipper/PathSkipper.php (913B)
fileInfoMatcher = $fileInfoMatcher; $this->skippedPathsResolver = $skippedPathsResolver; } public function shouldSkip(string $filePath) : bool { $skippedPaths = $this->skippedPathsResolver->resolve(); return $this->fileInfoMatcher->doesFileInfoMatchPatterns($filePath, $skippedPaths); } }