@@ -33,7 +33,7 @@ |
||
| 33 | 33 | // the name property changes for ShowAssociationField |
| 34 | 34 | $name = $property->getName(); |
| 35 | 35 | if ($annotation instanceof ShowAssociationField) { |
| 36 | - $name .= '.'.$annotation->getField(); |
|
| 36 | + $name .= '.' . $annotation->getField(); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | if (!$annotation->hasPosition()) { |