Skip to content

Commit 3887475

Browse files
committed
PR #221
1 parent 7e92991 commit 3887475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CalculoDV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static function banrisulNossoNumero($nossoNumero)
157157
public static function banrisulDuploDigito($campo)
158158
{
159159
$dv1 = Util::modulo10($campo);
160-
if($dv1==9){
160+
if ($dv1==9) {
161161
$dv1 = 0;
162162
}
163163
$dv2 = Util::modulo11($campo . $dv1, 2, 7, 0, 10);

0 commit comments

Comments
 (0)