浏览代码

GraphNavigator support for "float" alias.

Anthon Pang 12 年之前
父节点
当前提交
7724966e5f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Serializer/GraphNavigator.php

+ 1 - 0
Serializer/GraphNavigator.php

@@ -134,6 +134,7 @@ final class GraphNavigator
                 return $visitor->visitBoolean($data, $type);
 
             case 'double':
+            case 'float':
                 return $visitor->visitDouble($data, $type);
 
             case 'array':