[Filesystem] Fixed docs for rename().

This commit is contained in:
Alessandro Desantis 2012-04-09 21:19:37 +02:00
parent 3f2865b90f
commit 7ce5a526ec

View File

@ -128,6 +128,7 @@ class Filesystem
* @param string $target The new filename
*
* @throws \RuntimeException When target file already exists
* @throws \RuntimeException When origin cannot be renamed
*/
public function rename($origin, $target)
{