Skip to content

Commit

Permalink
Change "since" tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Feb 7, 2018
1 parent 5f58c45 commit 4363ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/public/Share/IManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,23 @@ public function shareApiLinkEnforcePassword();
* Is password enforced for read-only shares?
*
* @return bool true if password is enforced, false otherwise
* @since 10.0.6
* @since 10.0.8
*/
public function shareApiLinkEnforcePasswordReadOnly();

/**
* Is password enforced for read & write shares?
*
* @return bool true if password is enforced, false otherwise
* @since 10.0.6
* @since 10.0.8
*/
public function shareApiLinkEnforcePasswordReadWrite();

/**
* Is password enforced for write-only shares?
*
* @return bool true if password is enforced, false otherwise
* @since 10.0.6
* @since 10.0.8
*/
public function shareApiLinkEnforcePasswordWriteOnly();

Expand Down

0 comments on commit 4363ad0

Please sign in to comment.