Skip to content

Commit a81833a

Browse files
nfebeAndyScherzinger
authored andcommitted
docs(IShare): Backport adaptation for interface annotation
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent 0759920 commit a81833a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/public/Share/IShare.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ public function getExpirationDate();
404404
*
405405
* @param bool $noExpirationDate
406406
* @return \OCP\Share\IShare The modified object
407-
* @since 30.0.0
407+
* @since 28.0.6
408408
*/
409409
public function setNoExpirationDate(bool $noExpirationDate);
410410

@@ -413,7 +413,7 @@ public function setNoExpirationDate(bool $noExpirationDate);
413413
* Get value of overwrite falsy expiry date flag
414414
*
415415
* @return bool
416-
* @since 30.0.0
416+
* @since 28.0.6
417417
*/
418418
public function getNoExpirationDate();
419419

0 commit comments

Comments
 (0)