Skip to content

Commit f0a20db

Browse files
authored
Merge 2.10.x into 2.11.x (#9213)
2 parents 6857a2e + 15ec77f commit f0a20db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

psalm.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@
9292
<file name="lib/Doctrine/ORM/QueryBuilder.php"/>
9393
</errorLevel>
9494
</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>
95102
<TypeDoesNotContainType>
96103
<errorLevel type="suppress">
97104
<file name="lib/Doctrine/ORM/Internal/SQLResultCasing.php"/>

0 commit comments

Comments
 (0)