@@ -96,7 +96,7 @@ |
||
96 | 96 | { |
97 | 97 | $parsed = array_merge([ |
98 | 98 | 'data-type' => 'numeric', |
99 | - 'info-type' => empty($meta['type'])? 'generic' : $meta['type'], |
|
99 | + 'info-type' => empty($meta['type']) ? 'generic' : $meta['type'], |
|
100 | 100 | 'strict' => true, |
101 | 101 | ], $meta); |
102 | 102 |
@@ -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; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SmartCNAB\Services\Returning\Banks\Itau; |
4 | 4 | |
5 | 5 | use StdClass; |
6 | - |
|
7 | 6 | use SmartCNAB\Services\Returning\Returning; |
8 | 7 | use SmartCNAB\Support\Bank\Itau; |
9 | 8 |