We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf09e9 commit 2766d70Copy full SHA for 2766d70
components/filesystem.rst
@@ -221,7 +221,7 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
221
222
Its behavior is the following::
223
224
- public function readlink($path, $canonicalize = false)
+ public function readlink(string $path, bool $canonicalize = false): ?string
225
226
* When ``$canonicalize`` is ``false``:
227
* if ``$path`` does not exist or is not a link, it returns ``null``.
0 commit comments