Skip to content

Commit b1224ee

Browse files
gcazintaylorotwell
andauthored
[10.x] Incorrect return in FileSystem.php (#50459)
* [10.x] incorrect return * Update Filesystem.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent a518ef6 commit b1224ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function copy($path, $target)
347347
*
348348
* @param string $target
349349
* @param string $link
350-
* @return void
350+
* @return bool|null
351351
*/
352352
public function link($target, $link)
353353
{

0 commit comments

Comments
 (0)