1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix copy/paste snafu

This commit is contained in:
Brown 2019-12-09 17:35:50 -05:00
parent 74de32fefe
commit c8d8244e73

View File

@ -1280,7 +1280,7 @@ abstract class Type
*/
public static function getScalar()
{
$type = new TMixed();
$type = new TScalar();
return new Union([$type]);
}