aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-24 10:56:53 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-24 10:56:53 +0100
commitb7b6770d3592ea43c026ca9159143105f2f42237 (patch)
tree5bd910fbc3bc563a552dc509aadd6c508d536606 /lib
parentd785883eb2eb362e949607d6501de7d5289a54a0 (diff)
parent5873821b8dc32a9e41e007e18332dabc865ecf59 (diff)
downloadnextcloud-server-b7b6770d3592ea43c026ca9159143105f2f42237.tar.gz
nextcloud-server-b7b6770d3592ea43c026ca9159143105f2f42237.zip
Merge pull request #20693 from owncloud/phpdoc_node
Consistent interface declaration OCP\Files\Node
Diffstat (limited to 'lib')
-rw-r--r--lib/public/files/node.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/files/node.php b/lib/public/files/node.php
index 866b9b6f61f..aa1115f8c28 100644
--- a/lib/public/files/node.php
+++ b/lib/public/files/node.php
@@ -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();
}