Completed
Push — develop ( ad1531...c4ba27 )
by Mikaël
35:37
created
src/File/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.