1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Daniil Gentili 2023-04-24 14:29:45 +02:00
parent 7a2a68bb46
commit f6e0c5b6ac

View File

@ -1278,9 +1278,6 @@ class ReturnTypeTest extends TestCase
$t = new $type;
return $t;
}',
'assertions' => [
'$b===' => 'b',
],
],
];
}