diff --git a/src/Api/Droplet.php b/src/Api/Droplet.php index fd5ee2d..7cb4c7a 100644 --- a/src/Api/Droplet.php +++ b/src/Api/Droplet.php @@ -79,7 +79,7 @@ public function getById(int $id): DropletEntity } /** - * @param int[] $sshKeys + * @param int[]|string[] $sshKeys * * @throws ExceptionInterface *