Skip to content

Commit

Permalink
Remove rules related to BC layer
Browse files Browse the repository at this point in the history
I overlooked this in 8a82888 .
  • Loading branch information
greg0ire committed Dec 11, 2022
1 parent e6d6599 commit cb7b93e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
</plugins>
<issueHandlers>
<DeprecatedMethod>
<errorLevel type="suppress">
<referencedMethod name="Doctrine\Common\Lexer\Token::offsetGet"/>
<referencedMethod name="Doctrine\Common\Lexer\Token::offsetSet"/>
</errorLevel>
</DeprecatedMethod>
<DocblockTypeContradiction>
<errorLevel type="suppress">
<!-- let us assume no one actually unsets the value of a token -->
<file name="tests/TokenTest.php" />
</errorLevel>
</DocblockTypeContradiction>
<InvalidReturnStatement>
<errorLevel type="suppress">
<!-- https://github.com/vimeo/psalm/issues/8878 -->
Expand Down

0 comments on commit cb7b93e

Please sign in to comment.