Skip to content

Commit

Permalink
Fix docblock for Filesystem::hash()
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Sep 3, 2024
1 parent 13d2886 commit d651adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function lines($path)
*
* @param string $path
* @param string $algorithm
* @return string
* @return string|false
*/
public function hash($path, $algorithm = 'md5')
{
Expand Down

0 comments on commit d651adc

Please sign in to comment.