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

Make test name align with tested thing

This commit is contained in:
Brown 2019-07-31 17:42:01 -04:00
parent 3a1a3ebc47
commit 6a213a60aa

View File

@ -463,7 +463,7 @@ class UnusedCodeTest extends TestCase
if (rand(0, 1)) {
$foo1 = $foo2;
break;
continue;
}
}