@@ -72,7 +72,7 @@ |
||
72 | 72 | 'whitespace' => false, |
73 | 73 | 'recursion.detect' => false |
74 | 74 | ]); |
75 | - $cache = '<?php $crudlexCacheContent = '.$contentPHP.';'; |
|
75 | + $cache = '<?php $crudlexCacheContent = '.$contentPHP.';'; |
|
76 | 76 | file_put_contents($this->getCacheFile($fileName), $cache); |
77 | 77 | } |
78 | 78 |
@@ -122,7 +122,7 @@ |
||
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 |