icamys / php-sitemap-generator

A simple PHP sitemap generator.
MIT License
168 stars 65 forks source link

chore: add more type hinting and psalm #49

Closed Bramw2003 closed 1 year ago

Bramw2003 commented 1 year ago

Adds psalm for static analysis and fixes a lot of psalm issues

We had some psalm issues in our code because of this and I thought why not fix it for everyone instead 😄

icamys commented 1 year ago

@Bramw2003 Thank you for your great work! I'm preparing a new version that includes psalm validation. Cheers!