golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Skipper/FileSystem
⬆️ Go Up
Upload
File/Folder
Size
Actions
FnMatchPathNormalizer.php
760 B
Del
OK
PathNormalizer.php
221 B
Del
OK
Edit: PathNormalizer.php
<?php declare (strict_types=1); namespace Rector\Skipper\FileSystem; final class PathNormalizer { public static function normalize(string $path) : string { return \str_replace('\\', '/', $path); } }
Save