From 2cb1f2a136f820e4df0e9ce4048a6e5ec0de0fc0 Mon Sep 17 00:00:00 2001 From: Grzesiek W Date: Mon, 13 Oct 2025 17:54:19 +0200 Subject: [PATCH] Fix docblock for $sshKeys --- src/Api/Droplet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *