Skip to content

Commit 819da4b

Browse files
authored
Update filesystem.rst
1 parent 18481a6 commit 819da4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/filesystem.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +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 :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink`
216-
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
217216
is completely different under Windows and Unix. On Windows systems, ``readlink()``
218217
resolves recursively the children links of a link until a final target is found. On
219218
Unix-based systems ``readlink()`` only resolves the next link.

0 commit comments

Comments
 (0)