Completed
Push — master ( f9ae48...e1ae6f )
by
unknown
02:32
created
src/SmartCNAB/Support/File/Returning.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      */
106 106
     protected function getParseMapper($data)
107 107
     {
108
-        return function ($meta) use ($data) {
108
+        return function($meta) use ($data) {
109 109
             return $this->picture->from($meta['pic'], $data, $meta);
110 110
         };
111 111
     }
Please login to merge, or discard this patch.