Skip to content

Commit eb673be

Browse files
authored
Update assertExists() magic method signature of Storage facade (#44668)
1 parent b05b6f7 commit eb673be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Storage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Illuminate\Filesystem\Filesystem;
66

77
/**
8-
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertExists(string|array $path)
8+
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertExists(string|array $path, string|null $content = null)
99
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertDirectoryEmpty(string $path)
1010
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertMissing(string|array $path)
1111
* @method static \Illuminate\Contracts\Filesystem\Filesystem cloud()

0 commit comments

Comments
 (0)