@@ -175,7 +175,7 @@ |
||
175 | 175 | return new $class($parent, $definition); |
176 | 176 | } elseif (isset(self::$classTypes[$format])) { |
177 | 177 | $type = self::$classTypes[$format]; |
178 | - $class = "\\SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
178 | + $class = "\\SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
179 | 179 | return new $class($parent, $definition); |
180 | 180 | } else { |
181 | 181 | return new ReferenceObjectType($parent, $definition); |
@@ -111,7 +111,7 @@ |
||
111 | 111 | $this->Type = new $class($this, $definition); |
112 | 112 | } elseif (isset(self::$classTypes[$format])) { |
113 | 113 | $type = self::$classTypes[$format]; |
114 | - $class = "\\SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
114 | + $class = "\\SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
115 | 115 | $this->Type = new $class($this, $definition); |
116 | 116 | } else { |
117 | 117 | throw new \SwaggerGen\Exception("Type format not recognized: '{$format}'"); |