millerp/boleto-cloud-sdk

View on GitHub
src/Api/Boleto/ParserInteface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BoletoCloud\Api\Boleto;

interface ParserInteface
{
    public function parser(string $raiz): array;
}