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 Feb 24, 2024
1 parent 18977d7 commit 40e8bd5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions psalm-baseline.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
<files psalm-version="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
<file src="src/AbstractProvider.php">
<MixedAssignment>
<code>$value</code>
<code><![CDATA[$value]]></code>
</MixedAssignment>
</file>
<file src="src/BoolProvider.php">
Expand All @@ -14,7 +14,7 @@
</file>
<file src="src/FloatProvider.php">
<InvalidOperand>
<code>-1 * \PHP_FLOAT_EPSILON</code>
<code><![CDATA[-1 * \PHP_FLOAT_EPSILON]]></code>
</InvalidOperand>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
Expand Down Expand Up @@ -71,26 +71,26 @@
</file>
<file src="test/Unit/AbstractProviderTestCase.php">
<MixedAssignment>
<code>$value</code>
<code><![CDATA[$value]]></code>
</MixedAssignment>
<PossiblyUnusedMethod>
<code>assertProvidesDataSetsForValues</code>
<code><![CDATA[assertProvidesDataSetsForValues]]></code>
</PossiblyUnusedMethod>
<RedundantConditionGivenDocblockType>
<code>assertIsArray</code>
<code><![CDATA[assertIsArray]]></code>
</RedundantConditionGivenDocblockType>
</file>
<file src="test/Unit/ResourceProviderTest.php">
<MissingClosureParamType>
<code>$value</code>
<code><![CDATA[$value]]></code>
</MissingClosureParamType>
</file>
<file src="test/Util/Specification/Closure.php">
<ImpureFunctionCall>
<code>$closure($value)</code>
<code><![CDATA[$closure($value)]]></code>
</ImpureFunctionCall>
<MissingClosureParamType>
<code>$value</code>
<code><![CDATA[$value]]></code>
</MissingClosureParamType>
</file>
<file src="test/Util/Specification/Pattern.php">
Expand Down

0 comments on commit 40e8bd5

Please sign in to comment.