summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-10 11:23:00 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-10 11:50:42 +0200
commita57dbcbb52282354f6807f6b429cd66fe9e80a5e (patch)
tree52ba41b0f727d666d9434abc79f074d3d8c90a76 /psalm.xml
parent6cd1d72d066c6d477a383dd8d949ac65e876548a (diff)
Move away from private and deprecated classes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index ec9632331..49f15a6fb 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -31,8 +31,7 @@
<referencedClass name="Doctrine\DBAL\Exception\InvalidFieldNameException" />
<referencedClass name="Doctrine\DBAL\Exception\TableNotFoundException" />
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
- <referencedClass name="Doctrine\DBAL\Platforms\PostgreSQL94Platform" />
- <referencedClass name="Doctrine\DBAL\Types\Types" />
+ <referencedClass name="Doctrine\DBAL\Platforms\PostgreSQLPlatform" />
<referencedClass name="GuzzleHttp\Exception\ClientException" />
<referencedClass name="GuzzleHttp\Exception\ServerException" />
<referencedClass name="GuzzleHttp\Exception\ConnectException" />