DigitalOceanPHP / Client

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

Update Firewall.php #328

Open sdwru opened 4 months ago

sdwru commented 4 months ago

param $firewall should be an array, not a FirewallEntity.

sdwru commented 1 month ago

To make this change backwards compatible it should probably do a check if it's a FirewallEntity or array and then act accordingly.