Skip to content

Commit 5a7f633

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 2614d30 commit 5a7f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @method static bool delete(string|array $paths)
2222
* @method static bool move(string $path, string $target)
2323
* @method static bool copy(string $path, string $target)
24-
* @method static void link(string $target, string $link)
24+
* @method static bool|null link(string $target, string $link)
2525
* @method static void relativeLink(string $target, string $link)
2626
* @method static string name(string $path)
2727
* @method static string basename(string $path)

0 commit comments

Comments
 (0)