From 1b170d7a851879d08a109d722392db2b1f1d7f6c Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 19 Jan 2016 11:31:11 +0100 Subject: [PATCH] Improve the phpdoc of SplFileInfo methods --- src/Symfony/Component/Finder/SplFileInfo.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Symfony/Component/Finder/SplFileInfo.php b/src/Symfony/Component/Finder/SplFileInfo.php index c7fbe02191..31a3f86a67 100644 --- a/src/Symfony/Component/Finder/SplFileInfo.php +++ b/src/Symfony/Component/Finder/SplFileInfo.php @@ -38,6 +38,8 @@ class SplFileInfo extends \SplFileInfo /** * Returns the relative path. * + * This path does not contain the file name. + * * @return string the relative path */ public function getRelativePath() @@ -48,6 +50,8 @@ class SplFileInfo extends \SplFileInfo /** * Returns the relative path name. * + * This path contains the file name. + * * @return string the relative path name */ public function getRelativePathname()