Consistent interface declaration

This commit is contained in:
Roeland Jago Douma 2015-11-23 22:03:19 +01:00
parent 2bffeefee1
commit 5873821b8d
1 changed files with 0 additions and 8 deletions

View File

@ -225,12 +225,4 @@ interface Node extends FileInfo {
* @since 6.0.0
*/
public function getName();
/**
* Get the file owner
*
* @since 9.0.0
* @return string
*/
public function getOwner();
}