1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Skip another failing test

This commit is contained in:
Matthew Brown 2020-01-31 17:59:29 -05:00 committed by GitHub
parent 6f75903948
commit 255ffa05ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -810,7 +810,7 @@ class IssetTest extends \Psalm\Tests\TestCase
return "hello";
}',
],
'issetOnArrayOfArraysReturningStringInElse' => [
'SKIPPED-issetOnArrayOfArraysReturningStringInElse' => [
'<?php
function foo(int $i) : string {
/** @var array<int, array<string, string>> */