We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6857a2e + 15ec77f commit f0a20dbCopy full SHA for f0a20db
psalm.xml
@@ -92,6 +92,13 @@
92
<file name="lib/Doctrine/ORM/QueryBuilder.php"/>
93
</errorLevel>
94
</RedundantCastGivenDocblockType>
95
+ <!-- Workaround for https://github.com/vimeo/psalm/issues/7026 -->
96
+ <ReservedWord>
97
+ <errorLevel type="suppress">
98
+ <directory name="lib"/>
99
+ <directory name="tests"/>
100
+ </errorLevel>
101
+ </ReservedWord>
102
<TypeDoesNotContainType>
103
<errorLevel type="suppress">
104
<file name="lib/Doctrine/ORM/Internal/SQLResultCasing.php"/>
0 commit comments