Skip to content

Commit

Permalink
Merge pull request #8 from raebbar/patch-1
Browse files Browse the repository at this point in the history
fixes country offsets for GERMANY and EAST_FRISIA
  • Loading branch information
tuqqu authored Dec 16, 2022
2 parents 15120d0 + 538464c commit d24ed55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/File/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ final class Format
Country::BELGIUM => 8,
Country::LUXEMBOURG => 9,
Country::THE_NETHERLANDS => 10,
Country::GERMANY => 11,
Country::EAST_FRISIA => 12,
Country::EAST_FRISIA => 11,
Country::GERMANY => 12,
Country::AUSTRIA => 13,
Country::SWISS => 14,
Country::ICELAND => 15,
Expand Down

0 comments on commit d24ed55

Please sign in to comment.