You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm just too stoopid but
$hetznerClient->loadBalancers()->getByName();
also ByID
both throw
PHP Fatal error: Uncaught TypeError: LKDev\HetznerCloud\Models\LoadBalancerTypes\LoadBalancerType::__construct(): Argument #3 ($deprecated) must be of type string, null given
The text was updated successfully, but these errors were encountered:
Same error here.
It seems that deprecated is a null value.
If i a add '$input->deprecated ?? ""' to the self call on line number 92 in lkdevelopment/hetzner-cloud-php-sdk/src/Models/LoadBalancerTypes/LoadBalancerType.php it works.
Maybe I'm just too stoopid but
$hetznerClient->loadBalancers()->getByName();
also ByID
both throw
PHP Fatal error: Uncaught TypeError: LKDev\HetznerCloud\Models\LoadBalancerTypes\LoadBalancerType::__construct(): Argument #3 ($deprecated) must be of type string, null given
The text was updated successfully, but these errors were encountered: