Skip to content

Commit 1a07084

Browse files
Criação da função para verificar PIS/PASEP/NIT/NIS
1 parent 59fb51b commit 1a07084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validator-docs/ValidatorProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ protected function getMessages()
4242
'cnpj' => 'CNPJ inválido',
4343
'cpf' => 'CPF inválido',
4444
'cpf_cnpj' => 'CPF ou CNPJ inválido',
45+
'nis' => 'PIS/PASEP/NIT/NIS inválido',
4546
'formato_cnpj' => 'Formato inválido para CNPJ',
4647
'formato_cpf' => 'Formato inválido para CPF',
4748
'formato_cpf_cnpj' => 'Formato inválido para CPF ou CNPJ',
49+
'formato_nis' => 'Formato inválido para PIS/PASEP/NIT/NIS',
4850
];
4951
}
5052

0 commit comments

Comments
 (0)