Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-01 12:38:01 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-01 12:39:36 +0300
commit6a1707935c6694737a67c1409b4d149419d6c0c7 (patch)
tree98b169b8e88d56eb0e2baaf2e653fbb0492d65d2 /psalm.xml
parent15f8e481697ece47f15a9d9b52af1413ea222837 (diff)
Fix psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index b82a052fb..a6c06de54 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -26,6 +26,7 @@
<referencedClass name="GuzzleHttp\Exception\ServerException" />
<referencedClass name="GuzzleHttp\Exception\ConnectException" />
<referencedClass name="OC" />
+ <referencedClass name="OC\Security\Bruteforce\Throttler" />
<referencedClass name="OCA\Circles\Api\v1\Circles" />
<referencedClass name="OCA\Circles\CirclesManager" />
<referencedClass name="OCA\Circles\Events\AddingCircleMemberEvent" />