Completed
Push — master ( 8fb123...deadbc )
by Philip
03:58
created
src/CRUDlex/YamlReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
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.