platformsh-client-php
platformsh-client-php copied to clipboard
fix: remove no longer necessary getAutoscalingSettings helper
@ricardokirkner is this API endpoint served in a different way? Why do we want to remove it from the PHP client?
@ricardokirkner is this API endpoint served in a different way? Why do we want to remove it from the PHP client?
no, but this helper function is no longer used. Instead, in https://github.com/platformsh/legacy-cli/pull/1551 we use $environment->runOperation directly.
@pjcdawkins looks good, feel free to 🚢
Pending https://github.com/platformsh/legacy-cli/pull/1551#discussion_r2329830968