Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 31, 2022
1 parent 07d12a5 commit 42e15c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion psalm-baseline.xml
Expand Up @@ -719,8 +719,9 @@
<DeprecatedClass occurrences="1">
<code>new TEmpty</code>
</DeprecatedClass>
<PossiblyUndefinedIntArrayOffset occurrences="1">
<PossiblyUndefinedIntArrayOffset occurrences="2">
<code>$type[0]</code>
<code>$type[0][0]</code>
</PossiblyUndefinedIntArrayOffset>
</file>
<file src="vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php">
Expand Down
2 changes: 1 addition & 1 deletion tests/FileUpdates/TemporaryUpdateTest.php
Expand Up @@ -1764,7 +1764,7 @@ public function bar() : void {}
(new A())->foo();',
],
],
'error_positions' => [[201], [234, 234]],
'error_positions' => [[201], [234]],
[],
false,
true
Expand Down

0 comments on commit 42e15c9

Please sign in to comment.