mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix dupe key
This commit is contained in:
parent
5626058eff
commit
0f94bebe4c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user