Skip to content

Commit 82420da

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update filesystem.rst
2 parents c5fc086 + 6d7dce5 commit 82420da

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
@@ -212,7 +212,7 @@ support symbolic links, a third boolean argument is available::
212212

213213
:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets.
214214

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

0 commit comments

Comments
 (0)