File "PathNormalizer.php"
Full path: /var/www/html/back/vendor/friendsofphp/PathNormalizer.php
File
size: 0.14 KB (148 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
namespace League\Flysystem;
interface PathNormalizer
{
public function normalizePath(string $path): string;
}