mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-15 22:55:54 +00:00
Improve caching, performance and add dry-run
This commit is contained in:
@@ -4,9 +4,11 @@ namespace App\Bunny\Filesystem;
|
||||
|
||||
interface File
|
||||
{
|
||||
public const EMPTY_SHA256 = '0000000000000000000000000000000000000000000000000000000000000000';
|
||||
|
||||
public function getFilename($search = '', $replace = ''): string;
|
||||
|
||||
public function getChecksum(): string;
|
||||
public function getChecksum(): ?string;
|
||||
|
||||
public function isDirectory(): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user