Skip to content

Commit

Permalink
minor #12468 Update filesystem readme.md to include exists method (er…
Browse files Browse the repository at this point in the history
…icduran)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #12468).

Discussion
----------

Update filesystem readme.md to include exists method

Read the contributing docs, I don't think I missed anything but to be fair I went through it pretty fast :-/

Commits
-------

16c1b66 Update filesystem readme.md to include exists method
  • Loading branch information
fabpot committed Nov 16, 2014
2 parents b53adf9 + 16c1b66 commit 83c6ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $filesystem->touch($files, $time = null, $atime = null);

$filesystem->remove($files);

$filesystem->exists($files);

$filesystem->chmod($files, $mode, $umask = 0000, $recursive = false);

$filesystem->chown($files, $user, $recursive = false);
Expand Down

0 comments on commit 83c6ead

Please sign in to comment.