Skip to content

Commit b2fef6a

Browse files
Merge pull request #59564 from nextcloud/followup/59543/remove-reference-of-old-method
docs(workflowengine): Remove reference of removed method
2 parents a8345b1 + 8fad0ce commit b2fef6a

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)