thecodingmachine / safe

All PHP functions, rewritten to throw exceptions instead of returning false
MIT License
2.36k stars 143 forks source link

Drop double \ from parameter types #445

Open WyriHaximus opened 5 months ago

WyriHaximus commented 5 months ago

Currently the generation of files is failing due to ?\DateTimeZone in a nullable parameter on at least one function. This changeset fixes that a bit crudely but effectively.