Skip to content

Commit

Permalink
Merge 2.10.x into 2.11.x (#9213)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 30, 2021
2 parents 6857a2e + 15ec77f commit f0a20db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psalm.xml
Expand Up @@ -92,6 +92,13 @@
<file name="lib/Doctrine/ORM/QueryBuilder.php"/>
</errorLevel>
</RedundantCastGivenDocblockType>
<!-- Workaround for https://github.com/vimeo/psalm/issues/7026 -->
<ReservedWord>
<errorLevel type="suppress">
<directory name="lib"/>
<directory name="tests"/>
</errorLevel>
</ReservedWord>
<TypeDoesNotContainType>
<errorLevel type="suppress">
<file name="lib/Doctrine/ORM/Internal/SQLResultCasing.php"/>
Expand Down

0 comments on commit f0a20db

Please sign in to comment.