Skip to content

Commit 54019e0

Browse files
authored
Merge pull request #217 from nextcloud/fix/noid/MissingTemplateParam
test(psalm): fix missing template-implements hint
2 parents 0ec4aa3 + 3c5d785 commit 54019e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Listener/RegisterFlowOperationsListener.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
use OCP\WorkflowEngine\Events\RegisterOperationsEvent;
3434
use Psr\Container\ContainerInterface;
3535

36+
/**
37+
* @template-implements IEventListener<Event>
38+
*/
3639
class RegisterFlowOperationsListener implements IEventListener {
3740
private ContainerInterface $container;
3841

0 commit comments

Comments
 (0)