mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-19 16:47:23 +03:00
fd7c1c974c
Fixed deprecation warning for str_getcsv in php 8.4, since the default parameter will change, by providing the parameter explicitly. Sidenote: some of the vendor packages still have the same issue with deprecation warnings when running code maintenance tools. They should be updated as well. Closes #587