Improve the phpdoc of SplFileInfo methods

This commit is contained in:
Matthieu Napoli 2016-01-19 11:31:11 +01:00 committed by Fabien Potencier
parent b7024483e3
commit 1b170d7a85
1 changed files with 4 additions and 0 deletions

View File

@ -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()