Skip to content

Commit

Permalink
Suppress guzzle error
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Oct 27, 2022
1 parent fee058b commit b31df5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="Doctrine\DBAL\Types\Types" />
<referencedClass name="GuzzleHttp\Exception\RequestException" />
<referencedClass name="OC" />
<referencedClass name="OC\*" />
<referencedClass name="OCA\TwoFactorGateway\Service\Gateway\IGateway" />
Expand Down

0 comments on commit b31df5c

Please sign in to comment.