mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix copy/paste snafu
This commit is contained in:
parent
74de32fefe
commit
c8d8244e73
@ -1280,7 +1280,7 @@ abstract class Type
|
||||
*/
|
||||
public static function getScalar()
|
||||
{
|
||||
$type = new TMixed();
|
||||
$type = new TScalar();
|
||||
|
||||
return new Union([$type]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user