Skip to content

Commit 917abe8

Browse files
authored
chore(LockableFile): correct the return type of write() (#44974)
1 parent 98a0301 commit 917abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/LockableFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function size()
101101
* Write to the file.
102102
*
103103
* @param string $contents
104-
* @return string
104+
* @return $this
105105
*/
106106
public function write($contents)
107107
{

0 commit comments

Comments
 (0)