@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @return boolean |
|
52 | + * @return boolean|null |
|
53 | 53 | */ |
54 | 54 | public function wasAnError(StdClass $data) |
55 | 55 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SmartCNAB\Services\Returning; |
4 | 4 | |
5 | 5 | use StdClass; |
6 | - |
|
7 | 6 | use SmartCNAB\Support\Bank; |
8 | 7 | use SmartCNAB\Support\Picture; |
9 | 8 | use SmartCNAB\Support\File\Returning as SupportReturning; |
@@ -105,7 +105,7 @@ |
||
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 | } |