🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:56:45 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Skipper
/
FileSystem
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper/FileSystem
🔄 Refresh
✏️
Editing: PathNormalizer.php
Read Only
<?php declare (strict_types=1); namespace Rector\Skipper\FileSystem; final class PathNormalizer { public static function normalize(string $path) : string { return \str_replace('\\', '/', $path); } }
💾 Save Changes
❌ Cancel