@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $format = strtolower($match[1]); |
| 66 | 66 | if (isset(self::$classTypes[$format])) { |
| 67 | 67 | $type = self::$classTypes[$format]; |
| 68 | - $class = "SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
| 68 | + $class = "SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
| 69 | 69 | $this->Type = new $class($this, $definition); |
| 70 | 70 | } else { |
| 71 | 71 | throw new \SwaggerGen\Exception("Property format not recognized: '{$format}'"); |
@@ -165,7 +165,7 @@ |
||
| 165 | 165 | $format = strtolower($match[1]); |
| 166 | 166 | if (isset(self::$classTypes[$format])) { |
| 167 | 167 | $type = self::$classTypes[$format]; |
| 168 | - $typeClass = "SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
| 168 | + $typeClass = "SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
| 169 | 169 | return new $typeClass($this, $items); |
| 170 | 170 | } |
| 171 | 171 | |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $format = strtolower($match[1]); |
| 66 | 66 | if (isset(self::$classTypes[$format])) { |
| 67 | 67 | $type = self::$classTypes[$format]; |
| 68 | - $class = "SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
| 68 | + $class = "SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
| 69 | 69 | $this->Type = new $class($this, $definition); |
| 70 | 70 | } else { |
| 71 | 71 | throw new \SwaggerGen\Exception("Property format not recognized: '{$format}'"); |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $format = strtolower($match[1]); |
| 66 | 66 | if (isset(self::$classTypes[$format])) { |
| 67 | 67 | $type = self::$classTypes[$format]; |
| 68 | - $class = "SwaggerGen\\Swagger\\Type\\{$type}Type"; |
|
| 68 | + $class = "SwaggerGen\\Swagger\\Type\\{$type}type"; |
|
| 69 | 69 | $this->Type = new $class($this, $definition); |
| 70 | 70 | } else { |
| 71 | 71 | throw new \SwaggerGen\Exception("Property format not recognized: '{$format}'"); |