Skip to content

Commit

Permalink
Remove fixed errors from psalm.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 28, 2024
1 parent 81bf869 commit e20aca7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
</projectFiles>

<issueHandlers>
<PossiblyUndefinedMethod>
<errorLevel type="suppress">
<file name="src/DependencyInjection/Configuration.php" />
</errorLevel>
</PossiblyUndefinedMethod>

<PossiblyNullReference>
<errorLevel type="suppress">
<file name="src/DependencyInjection/Configuration.php" />
</errorLevel>
</PossiblyNullReference>

<MixedMethodCall>
<errorLevel type="suppress">
<file name="src/DependencyInjection/Configuration.php" />
Expand All @@ -47,12 +35,6 @@
<file name="src/DependencyInjection/Configuration.php" />
</errorLevel>
</UndefinedMethod>

<MissingTemplateParam>
<errorLevel type="suppress">
<file name="src/DependencyInjection/CompilerPass/SorterBuilderKeyIterator.php" />
</errorLevel>
</MissingTemplateParam>
</issueHandlers>

<plugins>
Expand Down

0 comments on commit e20aca7

Please sign in to comment.