Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-25 14:05:15 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-25 14:05:15 +0300
commitf8417cca0f1ac429041784af5417062a781f7d3e (patch)
tree79bfa6a5b4b5afdda74d79d1d999953b11669169 /lib
parent7f6e2c59530a7242fb5057379a2ee9944282e695 (diff)
adjust since for 19
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/WorkflowEngine/IRuleMatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/WorkflowEngine/IRuleMatcher.php b/lib/public/WorkflowEngine/IRuleMatcher.php
index 47ab3a25c3a..d2bef889520 100644
--- a/lib/public/WorkflowEngine/IRuleMatcher.php
+++ b/lib/public/WorkflowEngine/IRuleMatcher.php
@@ -85,7 +85,7 @@ interface IRuleMatcher extends IFileCheck {
* IComplexOperation might want to make use of it.
*
* @throws RuntimeException
- * @since 20.0.0
+ * @since 19.0.3
*/
public function setEventName(string $eventName): void;
}