Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 2, 2023
1 parent 19e3165 commit ab21281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.7.7@e028ba46ba0d7f9a78bc3201c251e137383e145f">
<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163">
<file src="src/Command/NormalizeCommand.php">
<MixedAssignment>
<code>$composerFile</code>
</MixedAssignment>
</file>
<file src="test/Integration/Command/NormalizeCommand/AbstractTestCase.php">
<MixedArrayAccess>
<code>$decoded['plugin-api-version']</code>
<code><![CDATA[$decoded['plugin-api-version']]]></code>
</MixedArrayAccess>
<MixedAssignment>
<code>$decoded</code>
Expand Down

0 comments on commit ab21281

Please sign in to comment.