Skip to content

Commit cf84290

Browse files
GrahamCampbelljaapio
authored andcommitted
Added missing pesudo-type alias of float
1 parent 7159da1 commit cf84290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TypeResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ final class TypeResolver
5050
'integer' => Types\Integer::class,
5151
'bool' => Types\Boolean::class,
5252
'boolean' => Types\Boolean::class,
53+
'real' => Types\Float_::class,
5354
'float' => Types\Float_::class,
5455
'double' => Types\Float_::class,
5556
'object' => Object_::class,

0 commit comments

Comments
 (0)