Skip to content

Commit 92d6983

Browse files
filesystem > readlink: remove function declaration
1 parent b5eaf1b commit 92d6983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
214214

215215
Its behavior is the following::
216216

217-
public function readlink($path, $canonicalize = false)
217+
readlink($path, $canonicalize = false);
218218

219-
* When ``$canonicalize`` is ``false``:
219+
* When ``$canonicalize`` is ``false`` (the default value):
220220
* if ``$path`` does not exist or is not a link, it returns ``null``.
221221
* if ``$path`` is a link, it returns the next direct target of the link without considering the existence of the target.
222222

0 commit comments

Comments
 (0)