       j                    Vh    qj    !                                                                                                                                   Accept-Encoding,User-Agent                                                                                                      WI;C    
KEY: https://avaliareassessoria.com.br/Ven-SS/root/opt/cpanel/ea-wappspector/vendor/league/flysystem/src/ChecksumProvider.php
HTTP/1.1 200 OK
Date: Fri, 11 Sep 2026 21:22:09 GMT
Server: Apache
Last-Modified: Mon, 20 Oct 2025 15:35:26 GMT
Accept-Ranges: bytes
Content-Length: 291
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/plain

<?php

namespace League\Flysystem;

interface ChecksumProvider
{
    /**
     * @return string MD5 hash of the file contents
     *
     * @throws UnableToProvideChecksum
     * @throws ChecksumAlgoIsNotSupported
     */
    public function checksum(string $path, Config $config): string;
}
