@@ -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 |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * Parse the motive parts from received motive. |
59 | 59 | * |
60 | 60 | * @param \StdClass $data |
61 | - * @return array |
|
61 | + * @return callable |
|
62 | 62 | */ |
63 | 63 | protected function parseMotiveParts(StdClass $data) |
64 | 64 | { |