Skip to content

Commit 5d5eb50

Browse files
iamfarhadgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 92353a3 commit 5d5eb50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Rules/NationalCode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function passes($attribute, $value): bool
3131
}
3232

3333
$control = ($sub % 11) < 2 ? $sub % 11 : 11 - ($sub % 11);
34+
3435
return $value[9] == $control;
3536
}
3637

tests/Rules/UsernameTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Iamfarhad\Validation\Tests\Rules;
44

5-
use Iamfarhad\Validation\Rules\Address;
65
use Iamfarhad\Validation\Rules\Username;
76
use Iamfarhad\Validation\Tests\TestCase;
87
use Illuminate\Support\Facades\Validator;

0 commit comments

Comments
 (0)