Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 29, 2023
1 parent 6aac9c1 commit fb81601
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="src/Components/AlterOperation.php">
<ArgumentTypeCoercion>
<code><![CDATA[$component->partitions]]></code>
Expand Down Expand Up @@ -221,9 +221,6 @@
<TypeDoesNotContainType>
<code><![CDATA[empty($options['field'])]]></code>
</TypeDoesNotContainType>
<UndefinedAttributeClass>
<code>\AllowDynamicProperties</code>
</UndefinedAttributeClass>
</file>
<file src="src/Components/ExpressionArray.php">
<InvalidArgument>
Expand Down Expand Up @@ -946,9 +943,6 @@
<RedundantConditionGivenDocblockType>
<code>$class !== null</code>
</RedundantConditionGivenDocblockType>
<UndefinedAttributeClass>
<code>\AllowDynamicProperties</code>
</UndefinedAttributeClass>
<UnusedForeachValue>
<code>$index</code>
</UnusedForeachValue>
Expand Down

0 comments on commit fb81601

Please sign in to comment.