From 14dd00a9f856edf81afd401d46550b6d58b13c98 Mon Sep 17 00:00:00 2001 From: ppshobi <8536607+ppshobi@users.noreply.github.com> Date: Sun, 13 Nov 2022 16:57:56 +0100 Subject: [PATCH] types --- src/Contracts/Client.php | 6 +++--- src/Contracts/Response.php | 5 ++--- src/SonicResponse.php | 6 ++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/Contracts/Client.php b/src/Contracts/Client.php index 322e5ab..b9421a1 100644 --- a/src/Contracts/Client.php +++ b/src/Contracts/Client.php @@ -1,4 +1,4 @@ -pieces[$key])){ return $this->pieces[$key]; @@ -94,4 +93,3 @@ public function getCount():int return $this->get('count') ?? 0; } } - \ No newline at end of file