Skip to content

Commit 1e0f7b1

Browse files
authored
Merge pull request #21 from glhd/analysis-D27lmB
Apply fixes from StyleCI
2 parents a7f2723 + 7c8ad29 commit 1e0f7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Validation/Rules/AdministrativeAreaCodeRule.php

+1-1
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)