From 36260dddf62e8598e01eba5c1d77b4eaf33941fa Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Aug 2020 13:06:03 +0200 Subject: [PATCH] adjust since for 18 Signed-off-by: Arthur Schiwon --- lib/public/WorkflowEngine/IRuleMatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/WorkflowEngine/IRuleMatcher.php b/lib/public/WorkflowEngine/IRuleMatcher.php index 47ab3a25c3a..ca38889b859 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 18.0.9 */ public function setEventName(string $eventName): void; }