Completed
Push — 1.x ( 815042...ac7482 )
by
unknown
06:00
created
src/Reader/DatagridReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
                 // the name property changes for DatagridAssociationField
30 30
                 $name = $property->getName();
31 31
                 if ($annotation instanceof DatagridAssociationField) {
32
-                    $name .= '.'.$annotation->getField();
32
+                    $name .= '.' . $annotation->getField();
33 33
                 }
34 34
 
35 35
                 if (!$annotation->hasPosition()) {
Please login to merge, or discard this patch.