File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
* Boleto
14
14
*
15
15
* @author Matheus Lopes Santos <fale_com_lopez@hotmail.com>
16
- * @version 1.0.2
16
+ * @version 1.0.3
17
17
* @since 20/09/2018
18
18
* @package Boleto\Caixa
19
19
*/
@@ -381,7 +381,7 @@ public function setFichaCompensacao($mensagem)
381
381
}
382
382
} else {
383
383
if ( strlen ($ mensagem ) > 40 ) {
384
- throw new InvalidArgumentException ('A mensagem deve ter no máximo 40 caracteres ' );
384
+ throw new InvalidArgumentException ('A mensagem da ficha de compensação deve ter no máximo 40 caracteres ' );
385
385
}
386
386
387
387
if ( count ($ this ->fichaCompensacao ) > 2 ) {
@@ -412,7 +412,7 @@ public function setReciboPagador($mensagem)
412
412
}
413
413
} else {
414
414
if ( strlen ($ mensagem ) > 40 ) {
415
- throw new InvalidArgumentException ('A mensagem deve ter no máximo 40 caracteres ' );
415
+ throw new InvalidArgumentException ('A mensagem do recibo do pagador deve ter no máximo 40 caracteres ' );
416
416
}
417
417
418
418
if ( count ($ this ->reciboPagador ) > 4 ) {
You can’t perform that action at this time.
0 commit comments