Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 19, 2024
1 parent 866f3be commit e49244b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<!-- Psalm equivalent of PHPStan config `treatPhpDocTypesAsCertain: false` -->
<DocblockTypeContradiction errorLevel="suppress"/>
<RedundantConditionGivenDocblockType errorLevel="suppress"/>
<DeprecatedClass>
<errorLevel type="suppress">
<referencedClass name="Sonata\Form\Type\EqualType"/>
</errorLevel>
</DeprecatedClass>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
Expand All @@ -26,9 +16,6 @@
<DocblockTypeContradiction errorLevel="suppress"/>
<RedundantConditionGivenDocblockType errorLevel="suppress"/>
<RedundantCastGivenDocblockType errorLevel="suppress"/>
<!-- Suppress internal usage -->
<InternalClass errorLevel="suppress"/>
<InternalMethod errorLevel="suppress"/>
<InternalProperty errorLevel="suppress"/>
<MissingClassConstType errorLevel="suppress"/>
</issueHandlers>
</psalm>

0 comments on commit e49244b

Please sign in to comment.