spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
328 stars 196 forks source link

Add indian holidays #220

Closed webmavensteam closed 4 months ago

webmavensteam commented 6 months ago

Contributing a new country ?

  1. Create a new class in the Countries directory. It should extend the Country class.
  2. Add a test for the new country in the tests directory.
  3. Run the tests so a snapshot gets created.
  4. Verify the result in the newly created snapshot is correct.
webmavensteam commented 6 months ago

@Nielsvanpach Our test cases failed because of the below test.

image (1)

We have added a fix to it.

Also, we have a PHPSTAN error for the below file.

image

Would you like for us to fix that file also?

webmavensteam commented 6 months ago

@Nielsvanpach We have added fix for above phpstan issue.

Nielsvanpach commented 4 months ago

Thanks!