Skip to content

Commit f9fa213

Browse files
Split
1 parent 8e30a66 commit f9fa213

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Analyser/nsrt/extract.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ function doTyped4(): void
7373

7474
assertVariableCertainty(TrinaryLogic::createYes(), $foo);
7575
assertType('42', $foo);
76+
}
77+
7678

79+
function doTyped5(): void
80+
{
7781
$foo = ['foo' => 42];
7882
extract($foo);
7983

0 commit comments

Comments
 (0)