We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assertExists()
1 parent b05b6f7 commit eb673beCopy full SHA for eb673be
src/Illuminate/Support/Facades/Storage.php
@@ -5,7 +5,7 @@
5
use Illuminate\Filesystem\Filesystem;
6
7
/**
8
- * @method static \Illuminate\Contracts\Filesystem\Filesystem assertExists(string|array $path)
+ * @method static \Illuminate\Contracts\Filesystem\Filesystem assertExists(string|array $path, string|null $content = null)
9
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertDirectoryEmpty(string $path)
10
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertMissing(string|array $path)
11
* @method static \Illuminate\Contracts\Filesystem\Filesystem cloud()
0 commit comments