Skip to content

Commit b7eb9a7

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent c95c7b6 commit b7eb9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @method static void purge(string|null $name = null)
2222
* @method static \Illuminate\Filesystem\FilesystemManager extend(string $driver, \Closure $callback)
2323
* @method static \Illuminate\Filesystem\FilesystemManager setApplication(\Illuminate\Contracts\Foundation\Application $app)
24+
* @method static string path(string $path)
2425
* @method static bool exists(string $path)
2526
* @method static string|null get(string $path)
2627
* @method static resource|null readStream(string $path)
@@ -49,7 +50,6 @@
4950
* @method static bool fileMissing(string $path)
5051
* @method static bool directoryExists(string $path)
5152
* @method static bool directoryMissing(string $path)
52-
* @method static string path(string $path)
5353
* @method static array|null json(string $path, int $flags = 0)
5454
* @method static \Symfony\Component\HttpFoundation\StreamedResponse response(string $path, string|null $name = null, array $headers = [], string|null $disposition = 'inline')
5555
* @method static \Symfony\Component\HttpFoundation\StreamedResponse download(string $path, string|null $name = null, array $headers = [])

0 commit comments

Comments
 (0)