Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Mar 11, 2024
1 parent 94b6254 commit 980d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facades/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @method static bool delete(string|array $paths)
* @method static bool move(string $path, string $target)
* @method static bool copy(string $path, string $target)
* @method static void link(string $target, string $link)
* @method static bool|null link(string $target, string $link)
* @method static void relativeLink(string $target, string $link)
* @method static string name(string $path)
* @method static string basename(string $path)
Expand Down

0 comments on commit 980d800

Please sign in to comment.