Skip to content

Commit 5e3ae9d

Browse files
committed
minor #13187 Update filesystem.rst (Yohann76)
This PR was submitted for the 5.0 branch but it was squashed and merged into the 3.4 branch instead (closes #13187). Discussion ---------- Update filesystem.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e6177f9 Update filesystem.rst
2 parents e6ee69a + e6177f9 commit 5e3ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ support symbolic links, a third boolean argument is available::
216216

217217
:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets.
218218

219-
PHP's ``readlink()`` function returns the target of a symbolic link. However, its behavior
219+
PHP's :phpfunction:`readlink` function returns the target of a symbolic link. However, its behavior
220220
is completely different under Windows and Unix. On Windows systems, ``readlink()``
221221
resolves recursively the children links of a link until a final target is found. On
222222
Unix-based systems ``readlink()`` only resolves the next link.

0 commit comments

Comments
 (0)