Passed
Pull Request — 1.x (#36)
by
unknown
06:04
created
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.