Skip to content

Commit 2d690dc

Browse files
author
ekondrat
committed
Corrigindo erro no merge
1 parent 4ba1ee7 commit 2d690dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validator-docs/Validator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,7 @@ private function somaPonderadaCertidao($value) {
264264
$multiplicador += 1;
265265
$multiplicador = $multiplicador > 10 ? 0 : $multiplicador;
266266
}
267+
268+
return $soma;
267269
}
268270
}

0 commit comments

Comments
 (0)