Skip to content

Commit 2071a7c

Browse files
committed
Initial commit
1 parent 950196a commit 2071a7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ phpunit.phar
4141
c3.php
4242

4343
# Composer
44-
composer.lock
44+
composer.lock

src/PostalCodeDataInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ interface PostalCodeDataInterface
1313
public function getCountries(): array;
1414
public function getPattern(string $country): string;
1515
public function hasCountry(string $country): bool;
16-
}
16+
}

0 commit comments

Comments
 (0)