Skip to content

Commit 83c6ead

Browse files
committed
minor symfony#12468 Update filesystem readme.md to include exists method (ericduran)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#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
2 parents b53adf9 + 16c1b66 commit 83c6ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Filesystem/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $filesystem->touch($files, $time = null, $atime = null);
1818

1919
$filesystem->remove($files);
2020

21+
$filesystem->exists($files);
22+
2123
$filesystem->chmod($files, $mode, $umask = 0000, $recursive = false);
2224

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

0 commit comments

Comments
 (0)