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; }