Skip to content

Commit ce483ef

Browse files
committed
Fixing docblock of Filesystem::read()
1 parent 63835b4 commit ce483ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Filesystem.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ public function update($path, $contents)
263263
*
264264
* @param string $path path to file
265265
* @throws FileNotFoundException
266-
* @return string file contents
266+
* @return string|false file contents or FALSE when fails
267+
* to read existing file
267268
*/
268269
public function read($path)
269270
{

0 commit comments

Comments
 (0)