Skip to content

Commit 1e4954e

Browse files
committed
Update psalm-baseline.xml
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
1 parent 80031c9 commit 1e4954e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

psalm-baseline.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@
191191
<InvalidArgument>
192192
<code><![CDATA[$options['breakOnParentheses']]]></code>
193193
</InvalidArgument>
194-
<InvalidAttribute>
195-
<code>\AllowDynamicProperties</code>
196-
</InvalidAttribute>
197194
<MixedArrayOffset>
198195
<code><![CDATA[Parser::$statementParsers[$token->keyword]]]></code>
199196
<code><![CDATA[self::$allowedKeywords[$token->keyword]]]></code>
@@ -236,6 +233,9 @@
236233
<TypeDoesNotContainType>
237234
<code><![CDATA[empty($options['field'])]]></code>
238235
</TypeDoesNotContainType>
236+
<UndefinedAttributeClass>
237+
<code>\AllowDynamicProperties</code>
238+
</UndefinedAttributeClass>
239239
</file>
240240
<file src="src/Components/ExpressionArray.php">
241241
<InvalidArgument>
@@ -4914,9 +4914,6 @@
49144914
<code>$built[$field]</code>
49154915
<code><![CDATA[$parsedClauses[$token->value]]]></code>
49164916
</InvalidArgument>
4917-
<InvalidAttribute>
4918-
<code>\AllowDynamicProperties</code>
4919-
</InvalidAttribute>
49204917
<MethodSignatureMustProvideReturnType>
49214918
<code>__toString</code>
49224919
</MethodSignatureMustProvideReturnType>
@@ -4952,6 +4949,9 @@
49524949
<TypeDoesNotContainType>
49534950
<code>count($clauses) === 0</code>
49544951
</TypeDoesNotContainType>
4952+
<UndefinedAttributeClass>
4953+
<code>\AllowDynamicProperties</code>
4954+
</UndefinedAttributeClass>
49554955
<UnusedForeachValue>
49564956
<code>$index</code>
49574957
</UnusedForeachValue>

0 commit comments

Comments
 (0)