Skip to content

Commit 3f322fc

Browse files
committed
Merge pull request #95 from Turneliusz/patch-1
Fixing docblock of `Filesystem::read()`
2 parents 63835b4 + ce483ef commit 3f322fc

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)