@@ -290,7 +290,7 @@ |
||
290 | 290 | $returnType = $struct->getPackagedName(true); |
291 | 291 | } elseif ($struct->isArray()) { |
292 | 292 | if (($structInheritance = $struct->getInheritanceStruct()) instanceof StructModel) { |
293 | - $returnType = sprintf('%s[]' , $structInheritance->getPackagedName(true)); |
|
293 | + $returnType = sprintf('%s[]', $structInheritance->getPackagedName(true)); |
|
294 | 294 | } else { |
295 | 295 | $returnType = $struct->getInheritance(); |
296 | 296 | } |