Skip to content

Commit fb81601

Browse files
committed
Update psalm baseline
1 parent 6aac9c1 commit fb81601

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

psalm-baseline.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
2+
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
33
<file src="src/Components/AlterOperation.php">
44
<ArgumentTypeCoercion>
55
<code><![CDATA[$component->partitions]]></code>
@@ -221,9 +221,6 @@
221221
<TypeDoesNotContainType>
222222
<code><![CDATA[empty($options['field'])]]></code>
223223
</TypeDoesNotContainType>
224-
<UndefinedAttributeClass>
225-
<code>\AllowDynamicProperties</code>
226-
</UndefinedAttributeClass>
227224
</file>
228225
<file src="src/Components/ExpressionArray.php">
229226
<InvalidArgument>
@@ -946,9 +943,6 @@
946943
<RedundantConditionGivenDocblockType>
947944
<code>$class !== null</code>
948945
</RedundantConditionGivenDocblockType>
949-
<UndefinedAttributeClass>
950-
<code>\AllowDynamicProperties</code>
951-
</UndefinedAttributeClass>
952946
<UnusedForeachValue>
953947
<code>$index</code>
954948
</UnusedForeachValue>

0 commit comments

Comments
 (0)