We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5a3ba commit 253aa2eCopy full SHA for 253aa2e
tests/PHPStan/Analyser/data/bug-7385.php
@@ -20,5 +20,5 @@ function () {
20
$m = random_int(0, 1) === 0 ? new Model() : new class() extends Model implements Iface {};
21
assertType('Bug7385\Model', $m);
22
$m->assertHasIface();
23
- assertType('Bug7385\Model&Bug7391\Iface', $m);
+ assertType('Bug7385\Iface&Bug7385\Model', $m);
24
};
0 commit comments