Passed
Push — develop ( 7073d3...4a945c )
by nguereza
02:26
created
src/Entity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         foreach ($rawColumns as $name => $value) {
111 111
             if ($this->mapper()->hasRelation($name)) {
112 112
                 $relation = $this->mapper()->getRelated($name);
113
-                if($relation instanceof self){
113
+                if ($relation instanceof self) {
114 114
                     $data[$name] = $relation->jsonSerialize();
115 115
                 } else {
116 116
                     $data[$name] = $relation;
Please login to merge, or discard this patch.