DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Fix tag type for create/update domain records #257

Closed mbardelmeijer closed 4 years ago

mbardelmeijer commented 4 years ago

This fixes the type for the tag variable, which should be a string instead of an integer.

Couldn't find appropriate tests to add to, if there are let me know and i'll be happy to update them. (couldn't get the existing test-suite to run on WSL2)

GrahamCampbell commented 4 years ago

Thanks! 🍻