From f8417cca0f1ac429041784af5417062a781f7d3e Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Aug 2020 13:05:15 +0200 Subject: [PATCH] adjust since for 19 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 47ab3a25c3..d2bef88952 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; }