Skip to content

Commit 5a7535d

Browse files
Fix Droplet SSH keys docblock
1 parent 382af5b commit 5a7535d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGE LOG
55
## 5.1.0 (UPCOMING)
66

77
* Add PHP 8.5 support
8+
* Fixed the `Droplet::create` SSH keys parameter type documentation
89

910

1011
## 5.0.5 (03/05/2025)

src/Api/Droplet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getById(int $id): DropletEntity
7979
}
8080

8181
/**
82-
* @param int[] $sshKeys
82+
* @param (int|string)[] $sshKeys
8383
*
8484
* @throws ExceptionInterface
8585
*

0 commit comments

Comments
 (0)