summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-28 18:26:45 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-04 14:41:32 +0200
commitb57f32b8bbadec59df2de1b45229b5ff92c4ab5b (patch)
treef318c2a4b584713649988643ccbc8610ce41b474 /psalm.xml
parent4a7aedd0391bf27f0fc3e170d07016a3997bff3c (diff)
fix: Stop using Symfony event dispatcher directly
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index d4a337ffc..1f7b4af5b 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -61,7 +61,6 @@
<referencedClass name="OCA\Circles\Model\Member" />
<referencedClass name="OCA\DAV\CardDAV\PhotoCache" />
<referencedClass name="OCA\FederatedFileSharing\AddressHandler" />
- <referencedClass name="Symfony\Component\EventDispatcher\EventDispatcherInterface" />
</errorLevel>
</UndefinedDocblockClass>
<UndefinedInterfaceMethod>
@@ -87,6 +86,5 @@
<file name="tests/stubs/GuzzleHttp_Exception_ClientException.php" />
<file name="tests/stubs/GuzzleHttp_Exception_ConnectException.php" />
<file name="tests/stubs/GuzzleHttp_Exception_ServerException.php" />
- <file name="tests/stubs/Symfony_Component_EventDispatcher_GenericEvent.php" />
</stubs>
</psalm>