We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce2f04 commit 74bb76aCopy full SHA for 74bb76a
src/Networking/v2/Extensions/Layer3/Service.php
@@ -44,7 +44,7 @@ public function getFloatingIp($id): FloatingIp
44
*/
45
public function listFloatingIps(array $options = []): \Generator
46
{
47
- return $this->floatingIp()->enumerate($this->api->getFloatingIps(),$options);
+ return $this->floatingIp()->enumerate($this->api->getFloatingIps(), $options);
48
}
49
50
/**
0 commit comments