Skip to content

Commit 4e13fc2

Browse files
authored
Merge pull request #158 from taaz/03-08-fix
fix & add: German holiday 03-08
2 parents 54bc05b + 383ef1c commit 4e13fc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Cmixin/Holidays/de-be.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
return array_replace(require __DIR__.'/de-national.php', [
4-
'03-08' => '03-08',
4+
'03-08' => '= 03-08 if year >= 2019',
55
]);

src/Cmixin/Holidays/de-mv.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

33
return array_replace(require __DIR__.'/de-national.php', [
4+
'03-08' => '= 03-08 if year >= 2023',
45
'reformation-day' => '10-31',
56
]);

0 commit comments

Comments
 (0)