Skip to content

Commit 1b577da

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Filesystem] filesystem > readlink: remove function declaration
2 parents 0902aa4 + 4cfd68b commit 1b577da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/filesystem.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,7 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
221221

222222
Its behavior is the following::
223223

224-
public function readlink($path, $canonicalize = false)
225-
226-
* When ``$canonicalize`` is ``false``:
224+
* When ``$canonicalize`` is ``false`` (the default value):
227225
* if ``$path`` does not exist or is not a link, it returns ``null``.
228226
* if ``$path`` is a link, it returns the next direct target of the link without considering the existence of the target.
229227

0 commit comments

Comments
 (0)