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 Dec 20, 2022
1 parent 662e41e commit bb667c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.1.0@4defa177c89397c5e14737a80fe4896584130674">
<files psalm-version="5.3.0@b6faa3e96b8eb50ec71384c53799b8a107236bb6">
<file src="example/test/AutoReview/FixtureTest.php">
<ArgumentTypeCoercion occurrences="1">
<code>$providerClassName</code>
Expand All @@ -21,10 +21,9 @@
<code>$fieldValue</code>
</MixedAssignment>
<TooManyArguments occurrences="1"/>
<UnnecessaryVarAnnotation occurrences="3">
<UnnecessaryVarAnnotation occurrences="2">
<code>EntityDefinition</code>
<code>ORM\Mapping\ClassMetadata</code>
<code>array&lt;int, string&gt;</code>
</UnnecessaryVarAnnotation>
</file>
<file src="test/DataProvider/ValueProvider.php">
Expand Down

0 comments on commit bb667c4

Please sign in to comment.