Completed
Push — master ( 17e856...cd8a43 )
by Alexpts
02:30
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($getter, $propVal){
40
+        return function($getter, $propVal) {
41 41
             $val = null;
42 42
 
43 43
             if ($getter !== null) {
Please login to merge, or discard this patch.