Merge pull request #20693 from owncloud/phpdoc_node

Consistent interface declaration OCP\Files\Node
This commit is contained in:
Thomas Müller 2015-11-24 10:56:53 +01:00
commit b7b6770d35
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();
}