We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614d30 commit 5a7f633Copy full SHA for 5a7f633
src/Illuminate/Support/Facades/File.php
@@ -21,7 +21,7 @@
21
* @method static bool delete(string|array $paths)
22
* @method static bool move(string $path, string $target)
23
* @method static bool copy(string $path, string $target)
24
- * @method static void link(string $target, string $link)
+ * @method static bool|null link(string $target, string $link)
25
* @method static void relativeLink(string $target, string $link)
26
* @method static string name(string $path)
27
* @method static string basename(string $path)
0 commit comments