Skip to content

Commit 37c21ce

Browse files
fix(IManager): change php doc block since nottation to match correct release
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent 6eda258 commit 37c21ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Share/IManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function shareApiEnabled();
297297
* @param ?IUser $user User to check against group exclusions, defaults to current session user
298298
* @return bool
299299
* @since 9.0.0
300-
* @since 33.0.0 Added optional $user parameter
300+
* @since 30.0.17 Added optional $user parameter
301301
*/
302302
public function shareApiAllowLinks(?IUser $user = null);
303303

0 commit comments

Comments
 (0)