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 869e9a1 commit f0353b8Copy full SHA for f0353b8
components/filesystem.rst
@@ -411,8 +411,8 @@ as necessary::
411
echo Path::makeRelative('/var/www/project/config/config.yaml', '/var/www/project/uploads');
412
// => ../config/config.yaml
413
414
-Use :method:`Symfony\\Component\\Filesystem\\Path::makeAbsolute` and
415
-:method:`Symfony\\Component\\Filesystem\\Path::makeRelative` to check whether a
+Use :method:`Symfony\\Component\\Filesystem\\Path::isAbsolute` and
+:method:`Symfony\\Component\\Filesystem\\Path::isRelative` to check whether a
416
path is absolute or relative::
417
418
Path::isAbsolute('C:\Programs\PHP\php.ini')
0 commit comments