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 2df1f98 commit 851a6b1Copy full SHA for 851a6b1
src/Compute/v2/Models/Server.php
@@ -334,7 +334,7 @@ public function listInterfaceAttachments(array $options = []): \Generator
334
* @param string $portId The unique ID of the port.
335
* @return InterfaceAttachment
336
*/
337
- public function getInterfaceAttachment($portId): InterfaceAttachment
+ public function getInterfaceAttachment(string $portId): InterfaceAttachment
338
{
339
$response = $this->execute($this->api->getInterfaceAttachment(), [
340
'id' => $this->id,
0 commit comments