Skip to content

Commit

Permalink
docs(IShare): Backport adaptation for interface annotation
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
  • Loading branch information
Fenn-CS committed May 23, 2024
1 parent 6fd4349 commit 820f954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/Share/IShare.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function getExpirationDate();
*
* @param bool $noExpirationDate
* @return \OCP\Share\IShare The modified object
* @since 30.0.0
* @since 29.0.1
*/
public function setNoExpirationDate(bool $noExpirationDate);

Expand All @@ -413,7 +413,7 @@ public function setNoExpirationDate(bool $noExpirationDate);
* Get value of overwrite falsy expiry date flag
*
* @return bool
* @since 30.0.0
* @since 29.0.1
*/
public function getNoExpirationDate();

Expand Down

0 comments on commit 820f954

Please sign in to comment.