home/mip/mip/vendor/league/flysystem/src/PathNormalizer.php 0000644 00000000224 15152066116 0020104 0 ustar 00 <?php
declare(strict_types=1);
namespace League\Flysystem;
interface PathNormalizer
{
public function normalizePath(string $path): string;
}