From 96a9e4eabec32f4e18461c59141019bdc4838a00 Mon Sep 17 00:00:00 2001 From: "a.kalin" Date: Tue, 13 Oct 2020 17:41:52 +0300 Subject: [PATCH] change rawApiCall to protected --- src/TypedClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TypedClient.php b/src/TypedClient.php index 631d79f..034bddf 100644 --- a/src/TypedClient.php +++ b/src/TypedClient.php @@ -22,7 +22,7 @@ abstract class TypedClient { * @param bool $withFiles * @return string Returned json string */ - abstract public function _rawApiCall(string $method, array $parameters, bool $withFiles = false): string; + abstract protected function _rawApiCall(string $method, array $parameters, bool $withFiles = false): string; /** * @return SerializerInterface