From 75cc6421b8cec3709759613601ea3ebdae90e5d9 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 21 Dec 2023 05:15:47 +0200 Subject: [PATCH] fix property data type --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index a0d1346..27aef64 100644 --- a/src/Client.php +++ b/src/Client.php @@ -6,7 +6,7 @@ namespace Twisterarmy\Twister; class Client { - private Curl $_curl; + private $_curl; private string $_url;