Skip to content

Commit

Permalink
[10.x] Incorrect return in FileSystem.php (#50459)
Browse files Browse the repository at this point in the history
* [10.x] incorrect return

* Update Filesystem.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
gcazin and taylorotwell committed Mar 11, 2024
1 parent a518ef6 commit b1224ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/Filesystem.php
Expand Up @@ -347,7 +347,7 @@ public function copy($path, $target)
*
* @param string $target
* @param string $link
* @return void
* @return bool|null
*/
public function link($target, $link)
{
Expand Down

0 comments on commit b1224ee

Please sign in to comment.