@@ -424,7 +424,7 @@ |
||
| 424 | 424 | { |
| 425 | 425 | $attribute = $this->getStructAttribute($attribute); |
| 426 | 426 | $inheritance = $attribute->getInheritance(); |
| 427 | - if(empty($inheritance)) { |
|
| 427 | + if (empty($inheritance)) { |
|
| 428 | 428 | $type = $attribute->getType(); |
| 429 | 429 | } else { |
| 430 | 430 | $type = $inheritance; |
@@ -343,7 +343,7 @@ |
||
| 343 | 343 | $inheritance = $this->getInheritance(); |
| 344 | 344 | if (!empty($inheritance)) { |
| 345 | 345 | $struct = $this->getInheritanceStruct(); |
| 346 | - while($struct instanceof Struct) { |
|
| 346 | + while ($struct instanceof Struct) { |
|
| 347 | 347 | $structInheritance = $struct->getInheritance(); |
| 348 | 348 | if (!empty($structInheritance)) { |
| 349 | 349 | $inheritance = $structInheritance; |