Skip to content

Commit

Permalink
Update psalm baseline for XmlDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed May 1, 2024
1 parent 05cb31f commit 31f7a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<code><![CDATA[$xmlRoot->{'reference-many'}]]></code>
<code><![CDATA[$xmlRoot->{'reference-one'}]]></code>
<code><![CDATA[$xmlRoot->{'schema-validation'}]]></code>
<code><![CDATA[$xmlRoot->{'search-indexes'}]]></code>
<code><![CDATA[$xmlRoot->{'shard-key'}]]></code>
</InvalidPropertyFetch>
<NoInterfaceProperties>
Expand All @@ -117,6 +118,7 @@
<code><![CDATA[$xmlRoot->{'reference-many'}]]></code>
<code><![CDATA[$xmlRoot->{'reference-one'}]]></code>
<code><![CDATA[$xmlRoot->{'schema-validation'}]]></code>
<code><![CDATA[$xmlRoot->{'search-indexes'}]]></code>
<code><![CDATA[$xmlRoot->{'shard-key'}]]></code>
</NoInterfaceProperties>
<RedundantCast>
Expand Down Expand Up @@ -155,6 +157,7 @@
<code><![CDATA[isset($xmlRoot->{'reference-many'})]]></code>
<code><![CDATA[isset($xmlRoot->{'reference-one'})]]></code>
<code><![CDATA[isset($xmlRoot->{'schema-validation'})]]></code>
<code><![CDATA[isset($xmlRoot->{'search-indexes'})]]></code>
<code><![CDATA[isset($xmlRoot->{'shard-key'})]]></code>
<code><![CDATA[isset($xmlShardkey->option)]]></code>
</RedundantCondition>
Expand Down

0 comments on commit 31f7a0d

Please sign in to comment.