🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:53:12 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Skipper
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper
🔄 Refresh
✏️
Editing: Fnmatcher.php
Read Only
<?php declare (strict_types=1); namespace Rector\Skipper; final class Fnmatcher { public function match(string $matchingPath, string $filePath) : bool { if (\fnmatch($matchingPath, $filePath)) { return \true; } // in case of relative compare return \fnmatch('*/' . $matchingPath, $filePath); } }
💾 Save Changes
❌ Cancel