Skip to content

Commit

Permalink
Update baseline for remaining nullable/falsable issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robchett committed Oct 9, 2023
1 parent 6de539e commit 0bd4f9b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@f799b68a3cbc91e9056bb972cfe66b7ae0da3f76">
<files psalm-version="dev-master@77650e7b153ee3a96507ba6902ce2807def23221">
<file src="examples/TemplateChecker.php">
<PossiblyUndefinedIntArrayOffset>
<code><![CDATA[$comment_block->tags['variablesfrom'][0]]]></code>
Expand All @@ -12,6 +12,11 @@
<code>$matches[1]</code>
</PossiblyUndefinedIntArrayOffset>
</file>
<file src="src/Psalm/Config.php">
<PossiblyNullArgument>
<code>$deprecated_element_xml</code>
</PossiblyNullArgument>
</file>
<file src="src/Psalm/Config/FileFilter.php">
<PossiblyUndefinedIntArrayOffset>
<code><![CDATA[explode('::', $method_id)[1]]]></code>
Expand Down Expand Up @@ -282,6 +287,11 @@
<code><![CDATA[$stmt->props[0]]]></code>
</PossiblyUndefinedIntArrayOffset>
</file>
<file src="src/Psalm/Internal/Fork/Pool.php">
<PossiblyFalseArgument>
<code>$buffer</code>
</PossiblyFalseArgument>
</file>
<file src="src/Psalm/Internal/LanguageServer/LanguageClient.php">
<InvalidArrayAccess>
<code>$config</code>
Expand Down

0 comments on commit 0bd4f9b

Please sign in to comment.