Skip to content

Commit

Permalink
Merge pull request #5053 from derrabus/bugfix/psalm-is-drunk
Browse files Browse the repository at this point in the history
Workaround for "mixed is a reserved word" error
  • Loading branch information
derrabus committed Nov 30, 2021
2 parents ebd986b + 9203bd8 commit 8e3f798
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psalm.xml.dist
Expand Up @@ -387,6 +387,13 @@
<file name="src/Query/QueryBuilder.php"/>
</errorLevel>
</ReferenceConstraintViolation>
<!-- Workaround for https://github.com/vimeo/psalm/issues/7026 -->
<ReservedWord>
<errorLevel type="suppress">
<directory name="src"/>
<directory name="tests"/>
</errorLevel>
</ReservedWord>
<TooManyArguments>
<errorLevel type="suppress">
<!-- See https://github.com/doctrine/dbal/pull/3562 -->
Expand Down

0 comments on commit 8e3f798

Please sign in to comment.