Passed
Pull Request — 1.x (#38)
by
unknown
06:05 queued 02:05
created
src/Reader/ListReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.
src/Reader/ShowReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.