From 725620b080d99c5585dd779e442453c3bec04339 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 10 Apr 2026 14:13:53 +0200 Subject: [PATCH] docs(workflowengine): Remove reference of removed method Signed-off-by: Joas Schilling --- lib/public/WorkflowEngine/IOperation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/WorkflowEngine/IOperation.php b/lib/public/WorkflowEngine/IOperation.php index cda20acb7e5aa..ac519d33c25af 100644 --- a/lib/public/WorkflowEngine/IOperation.php +++ b/lib/public/WorkflowEngine/IOperation.php @@ -76,7 +76,7 @@ public function validateOperation(string $name, array $checks, string $operation * Is being called by the workflow engine when an event was triggered that * is configured for this operation. An evaluation whether the event * qualifies for this operation to run has still to be done by the - * implementor by calling the RuleMatchers getMatchingOperations method + * implementor by calling the @see IRuleMatcher::getFlows() method * and evaluating the results. * * If the implementor is an IComplexOperation, this method will not be