Completed
Push — master ( 39f90d...592e2d )
by Alexpts
03:43
created
src/PTS/DataTransformer/ModelClosure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function createGetFromModelClosure()
39 39
     {
40
-        return function(PropRule $propRule, $dataKey){
40
+        return function(PropRule $propRule, $dataKey) {
41 41
             $getter = $propRule->getGet();
42 42
             $propVal = $propRule->getProp($dataKey);
43 43
             $val = null;
Please login to merge, or discard this patch.