@@ -120,7 +120,7 @@ |
||
120 | 120 | // Internal type if type known and not overwritten by definition |
121 | 121 | if (isset(self::$classTypes[$format])) { |
122 | 122 | $type = self::$classTypes[$format]; |
123 | - $class = "SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
123 | + $class = "SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
124 | 124 | return new $class($parent, $definition); |
125 | 125 | } else { |
126 | 126 | return new ReferenceObjectType($parent, $definition); |