1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix dupe key

This commit is contained in:
Brown 2019-11-25 16:00:16 -05:00
parent 5626058eff
commit 0f94bebe4c

View File

@ -644,7 +644,7 @@ class IssetTest extends TestCase
echo isset($port) ? "cool" : "uncool";
}',
],
'listDestructuringErrorSuppress' => [
'listDestructuringErrorSuppressWithFirstString' => [
'<?php
function foo(string $s) : string {
@list($port, $starboard) = explode(":", $s);