From 372bada41477290b791510e7de3818c3333b4ff7 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Fri, 31 Aug 2018 14:44:13 +0200 Subject: [PATCH] sharedSecret is an string --- src/SignhostClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SignhostClient.php b/src/SignhostClient.php index a6a5e9d..30018cd 100644 --- a/src/SignhostClient.php +++ b/src/SignhostClient.php @@ -36,7 +36,7 @@ class SignhostClient */ private $headers; /** - * @var array $sharedSecret + * @var string $sharedSecret */ private $sharedSecret; /**