/home/mip/www/img/credit/datatables/PathNormalizer.php.tar
home/mip/mip/vendor/league/flysystem/src/PathNormalizer.php000064400000000224151520661160020104 0ustar00<?php

declare(strict_types=1);

namespace League\Flysystem;

interface PathNormalizer
{
    public function normalizePath(string $path): string;
}