DigitalOceanPHP / Client

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

[3.2] Fixed type of `$sizeInGigabytes` #258

Closed seabass86 closed 3 years ago

seabass86 commented 3 years ago

Method create parameter $sizeInGigabytes needs to be INT. The JSON sent to the volume api otherwise has this parameter as string and is rejected.

GrahamCampbell commented 3 years ago

Please update the phpdoc too.