Skip to content

Commit

Permalink
Added missing pesudo-type alias of float
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and jaapio committed Dec 30, 2017
1 parent 7159da1 commit cf84290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TypeResolver.php
Expand Up @@ -50,6 +50,7 @@ final class TypeResolver
'integer' => Types\Integer::class,
'bool' => Types\Boolean::class,
'boolean' => Types\Boolean::class,
'real' => Types\Float_::class,
'float' => Types\Float_::class,
'double' => Types\Float_::class,
'object' => Object_::class,
Expand Down

0 comments on commit cf84290

Please sign in to comment.