Skip to content

Commit 8fad0ce

Browse files
committed
docs(workflowengine): Remove reference of removed method
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 4841e6e commit 8fad0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/WorkflowEngine/IOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function validateOperation(string $name, array $checks, string $operation
7676
* Is being called by the workflow engine when an event was triggered that
7777
* is configured for this operation. An evaluation whether the event
7878
* qualifies for this operation to run has still to be done by the
79-
* implementor by calling the RuleMatchers getMatchingOperations method
79+
* implementor by calling the @see IRuleMatcher::getFlows() method
8080
* and evaluating the results.
8181
*
8282
* If the implementor is an IComplexOperation, this method will not be

0 commit comments

Comments
 (0)