Skip to content

Commit 9795a73

Browse files
committed
Update since version
1 parent 54708f9 commit 9795a73

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/public/SystemTag/SystemTagsEntityEvent.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @author Joas Schilling <nickvergessen@owncloud.com>
3+
* @author Joas Schilling <coding@schilljs.com>
44
*
55
* @copyright Copyright (c) 2016, ownCloud, Inc.
66
* @license AGPL-3.0
@@ -27,7 +27,7 @@
2727
* Class SystemTagsEntityEvent
2828
*
2929
* @package OCP\SystemTag
30-
* @since 9.2.0
30+
* @since 9.1.0
3131
*/
3232
class SystemTagsEntityEvent extends Event {
3333

@@ -42,7 +42,7 @@ class SystemTagsEntityEvent extends Event {
4242
* SystemTagsEntityEvent constructor.
4343
*
4444
* @param string $event
45-
* @since 9.2.0
45+
* @since 9.1.0
4646
*/
4747
public function __construct($event) {
4848
$this->event = $event;
@@ -56,7 +56,7 @@ public function __construct($event) {
5656
* should be handled for. The return should then be bool,
5757
* depending on whether tags are allowed (true) or not.
5858
* @throws \OutOfBoundsException when the entity name is already taken
59-
* @since 9.2.0
59+
* @since 9.1.0
6060
*/
6161
public function addEntityCollection($name, \Closure $entityExistsFunction) {
6262
if (isset($this->collections[$name])) {
@@ -68,7 +68,7 @@ public function addEntityCollection($name, \Closure $entityExistsFunction) {
6868

6969
/**
7070
* @return \Closure[]
71-
* @since 9.2.0
71+
* @since 9.1.0
7272
*/
7373
public function getEntityCollections() {
7474
return $this->collections;

0 commit comments

Comments
 (0)