Completed
Push — master ( 8fb123...deadbc )
by Philip
03:58
created
src/CRUDlex/Entity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
             return null;
123 123
         }
124 124
 
125
-        $type  = $this->definition->getType($field);
125
+        $type = $this->definition->getType($field);
126 126
         return $this->toType($this->entity[$field], $type);
127 127
     }
128 128
 
Please login to merge, or discard this patch.