aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-06-29 10:33:12 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-06-29 10:33:12 +0200
commit17a9024facf259408cae79c23e1c7f29c467c397 (patch)
tree6093115410d438979b52da9f4b78d77de3ec5fcf /lib
parent9fed7aa2da0bcdf32401119dca1ce3e15eaadb55 (diff)
downloadnextcloud-server-17a9024facf259408cae79c23e1c7f29c467c397.tar.gz
nextcloud-server-17a9024facf259408cae79c23e1c7f29c467c397.zip
Improved wording
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Share/Share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php
index 0c9cc4c2cf9..52e0628987b 100644
--- a/lib/private/Share/Share.php
+++ b/lib/private/Share/Share.php
@@ -327,7 +327,7 @@ class Share extends Constants {
* @throws \OC\HintException when the share type is remote and the shareWith is invalid
* @throws \Exception
* @since 5.0.0 - parameter $itemSourceName was added in 6.0.0, parameter $expirationDate was added in 7.0.0, parameter $passwordChanged added in 9.0.0
- * TESTS ONLY
+ * @deprecated 14.0.0 TESTS ONLY - this methods is as of 2018-06 only used by tests
*/
public static function shareItem($itemType, $itemSource, $shareType, $shareWith, $permissions, $itemSourceName = null, \DateTime $expirationDate = null, $passwordChanged = null) {