@@ -330,7 +330,7 @@ |
||
330 | 330 | |
331 | 331 | if ($property instanceof FieldMetadata) { |
332 | 332 | $output = array_merge($output, $this->formatColumn($property)); |
333 | - } elseif ($property instanceof AssociationMetadata) { |
|
333 | + } elseif ($property instanceof AssociationMetadata) { |
|
334 | 334 | // @todo guilhermeblanco Fix me! We are trying to iterate through an AssociationMetadata instance |
335 | 335 | foreach ($property as $field => $value) { |
336 | 336 | $output[] = $this->formatField(sprintf(' %s', $field), $this->formatValue($value)); |