summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-05 06:14:43 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-14 10:37:19 +0100
commitaf83fb60406ef099908c152047b92f9ea37d7e49 (patch)
treed8cf6b9b69b046840559f0b9d1fa739e4c08792b /psalm.xml
parentef42841772e4f9b93f9a633a819fd2c5fca71df1 (diff)
Send requests to the recording server to start and stop recordings
The owner of the recording must be provided when starting it to be able to later store it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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 4f197e203..c684a3916 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -77,6 +77,8 @@
<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/GuzzleHttp_Exception_ConnectException.php" />
+ <file name="tests/stubs/GuzzleHttp_Exception_ServerException.php" />
<file name="tests/stubs/Symfony_Component_EventDispatcher_GenericEvent.php" />
</stubs>
</psalm>