Skip to content

Commit 7c8ad29

Browse files
inxilproStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a7f2723 commit 7c8ad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Validation/Rules/AdministrativeAreaCodeRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function passes($attribute, $value): bool
3838
if ('' === $value && false === $this->isRequired()) {
3939
return true;
4040
}
41-
41+
4242
// If we don't have a known list of admin areas, just pass
4343
if (0 === $this->country->administrativeAreas()->count()) {
4444
return true;

0 commit comments

Comments
 (0)