diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2015-11-23 22:03:19 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2015-11-23 22:03:19 +0100 |
commit | 5873821b8dc32a9e41e007e18332dabc865ecf59 (patch) | |
tree | 5ec369deddb12a8f4577a2427eabd169b770fab2 /lib/public/files/node.php | |
parent | 2bffeefee1d366a82eda66b9bd8a04f04bacab77 (diff) | |
download | nextcloud-server-5873821b8dc32a9e41e007e18332dabc865ecf59.tar.gz nextcloud-server-5873821b8dc32a9e41e007e18332dabc865ecf59.zip |
Consistent interface declaration
Diffstat (limited to 'lib/public/files/node.php')
-rw-r--r-- | lib/public/files/node.php | 8 |
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(); } |