Files
nhgooi.nl/vendor/league/flysystem/src/PathNormalizer.php
2025-07-15 15:45:09 +02:00

11 lines
148 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace League\Flysystem;
interface PathNormalizer
{
public function normalizePath(string $path): string;
}