Skip to content

Commit 89eb34f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 541c3ee commit 89eb34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
* @method static bool hasSameHash(string $firstFile, string $secondFile)
4040
* @method static bool isFile(string $file)
4141
* @method static array glob(string $pattern, int $flags = 0)
42-
* @method static \Symfony\Component\Finder\SplFileInfo[] files(string $directory, bool $hidden = false)
42+
* @method static \Symfony\Component\Finder\SplFileInfo[] files(string $directory, bool $hidden = false, array|string|int $depth = 0)
4343
* @method static \Symfony\Component\Finder\SplFileInfo[] allFiles(string $directory, bool $hidden = false)
44-
* @method static array directories(string $directory)
44+
* @method static array directories(string $directory, array|string|int $depth = 0)
4545
* @method static array allDirectories(string $directory)
4646
* @method static void ensureDirectoryExists(string $path, int $mode = 0755, bool $recursive = true)
4747
* @method static bool makeDirectory(string $path, int $mode = 0755, bool $recursive = false, bool $force = false)

0 commit comments

Comments
 (0)