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