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