From c26ec320fc2945d22d0d6b933cebe766e025788e Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Fri, 17 Jul 2026 09:42:06 +0200 Subject: [PATCH] Set $api_token construct variable to string --- src/AfterDeployTask/HypernodeAnnotation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AfterDeployTask/HypernodeAnnotation.php b/src/AfterDeployTask/HypernodeAnnotation.php index b1a2333..d1aab61 100644 --- a/src/AfterDeployTask/HypernodeAnnotation.php +++ b/src/AfterDeployTask/HypernodeAnnotation.php @@ -53,7 +53,7 @@ public function __construct( string $name = null, string $description = null, string $app = null, - bool $api_token = null, + string $api_token = null, bool $throw_on_error = false ) { $this->name = $name;