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 cb68562 commit 50cdaf6Copy full SHA for 50cdaf6
components/filesystem.rst
@@ -352,7 +352,7 @@ following rules iteratively until no further processing can be done:
352
- root paths ("/" and "C:/") always terminate with a slash;
353
- non-root paths never terminate with a slash;
354
- schemes (such as "phar://") are kept;
355
-- replace "~" with the user's home directory.
+- replace ``~`` with the user's home directory.
356
357
You can canonicalize a path with :method:`Symfony\\Component\\Filesystem\\Path::canonicalize`::
358
0 commit comments