summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-12-06 20:45:31 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-12 09:46:00 +0100
commit1d575ca59707f4927a093c1657b124bccd60417d (patch)
treeda9f8430218ef699092f4202efb7455f5c2696ce /psalm.xml
parentf8cb2fa057a4276d27b9a6ccbbd320a935df5400 (diff)
Fix missing parent class
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 418874188..7fafc1d03 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -74,7 +74,9 @@
</UnimplementedInterfaceMethod>
</issueHandlers>
<stubs>
+ <file name="tests/stubs/oc_comments_comment.php" />
<file name="tests/stubs/oc_comments_manager.php" />
+ <file name="tests/stubs/oc_hooks_emitter.php" />
<file name="tests/stubs/Symfony_Component_EventDispatcher_GenericEvent.php" />
</stubs>
</psalm>