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.
1 parent cac2aca commit 15ec77fCopy full SHA for 15ec77f
psalm.xml
@@ -87,6 +87,13 @@
87
<file name="lib/Doctrine/ORM/QueryBuilder.php"/>
88
</errorLevel>
89
</RedundantCastGivenDocblockType>
90
+ <!-- Workaround for https://github.com/vimeo/psalm/issues/7026 -->
91
+ <ReservedWord>
92
+ <errorLevel type="suppress">
93
+ <directory name="lib"/>
94
+ <directory name="tests"/>
95
+ </errorLevel>
96
+ </ReservedWord>
97
<TypeDoesNotContainType>
98
<errorLevel type="suppress">
99
<file name="lib/Doctrine/ORM/Internal/SQLResultCasing.php"/>
0 commit comments