generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PHPStan failures in GitHub Actions
- Loading branch information
1 parent
b9f4e2a
commit abb61b8
Showing
4 changed files
with
153 additions
and
5 deletions.
There are no files selected for viewing
74 changes: 74 additions & 0 deletions
74
...s/Countries/SyriaTest/it_can_calculate_syrian_holidays_with_data_set___1970____1970_.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "1970-01-01" | ||
}, | ||
{ | ||
"name": "Eid al-Adha Eve", | ||
"date": "1970-02-16" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 1. Day", | ||
"date": "1970-02-17" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 2. Day", | ||
"date": "1970-02-18" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 3. Day", | ||
"date": "1970-02-19" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 4. Day", | ||
"date": "1970-02-20" | ||
}, | ||
{ | ||
"name": "Mother's Day", | ||
"date": "1970-03-21" | ||
}, | ||
{ | ||
"name": "Western Easter", | ||
"date": "1970-03-29" | ||
}, | ||
{ | ||
"name": "Independence Day", | ||
"date": "1970-04-17" | ||
}, | ||
{ | ||
"name": "Labor Day", | ||
"date": "1970-05-01" | ||
}, | ||
{ | ||
"name": "Eastern Easter", | ||
"date": "1970-05-03" | ||
}, | ||
{ | ||
"name": "Martyrs' Day", | ||
"date": "1970-05-06" | ||
}, | ||
{ | ||
"name": "Anniversary of the October War", | ||
"date": "1970-10-06" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr Eve", | ||
"date": "1970-11-30" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 1. Day", | ||
"date": "1970-12-01" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 2. Day", | ||
"date": "1970-12-02" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 3. Day", | ||
"date": "1970-12-03" | ||
}, | ||
{ | ||
"name": "Christmas", | ||
"date": "1970-12-25" | ||
} | ||
] |
74 changes: 74 additions & 0 deletions
74
...s/Countries/SyriaTest/it_can_calculate_syrian_holidays_with_data_set___2037____2037_.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"name": "New Year's Day", | ||
"date": "2037-01-01" | ||
}, | ||
{ | ||
"name": "Eid al-Adha Eve", | ||
"date": "2037-01-25" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 1. Day", | ||
"date": "2037-01-26" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 2. Day", | ||
"date": "2037-01-27" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 3. Day", | ||
"date": "2037-01-28" | ||
}, | ||
{ | ||
"name": "Eid al-Adha 4. Day", | ||
"date": "2037-01-29" | ||
}, | ||
{ | ||
"name": "Mother's Day", | ||
"date": "2037-03-21" | ||
}, | ||
{ | ||
"name": "Western Easter", | ||
"date": "2037-04-05" | ||
}, | ||
{ | ||
"name": "Independence Day", | ||
"date": "2037-04-17" | ||
}, | ||
{ | ||
"name": "Labor Day", | ||
"date": "2037-05-01" | ||
}, | ||
{ | ||
"name": "Martyrs' Day", | ||
"date": "2037-05-06" | ||
}, | ||
{ | ||
"name": "Eastern Easter", | ||
"date": "2037-05-10" | ||
}, | ||
{ | ||
"name": "Anniversary of the October War", | ||
"date": "2037-10-06" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr Eve", | ||
"date": "2037-11-08" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 1. Day", | ||
"date": "2037-11-09" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 2. Day", | ||
"date": "2037-11-10" | ||
}, | ||
{ | ||
"name": "Eid al-Fitr 3. Day", | ||
"date": "2037-11-11" | ||
}, | ||
{ | ||
"name": "Christmas", | ||
"date": "2037-12-25" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters