Skip to content

Commit

Permalink
vimeo#7387 Add unrelated psalm errors to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVie committed Jan 30, 2023
1 parent 7966fd5 commit a9de67a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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@8b9cd5fb333866c1e84ca9564394816a7ff5ae6f">
<files psalm-version="dev-master@7966fd574a1607ccb1abf69c64eb860c7b1c735b">
<file src="examples/TemplateChecker.php">
<PossiblyUndefinedIntArrayOffset>
<code><![CDATA[$comment_block->tags['variablesfrom'][0]]]></code>
Expand Down Expand Up @@ -241,6 +241,12 @@
<code>$identifier_name</code>
</PossiblyUndefinedIntArrayOffset>
</file>
<file src="src/Psalm/Internal/CliUtils.php">
<InvalidArrayOffset>
<code>$input_path[2]</code>
<code>$input_path[2]</code>
</InvalidArrayOffset>
</file>
<file src="src/Psalm/Internal/Codebase/Analyzer.php">
<PossiblyUndefinedIntArrayOffset>
<code>$trait</code>
Expand Down

0 comments on commit a9de67a

Please sign in to comment.