Skip to content

Commit

Permalink
change rawApiCall to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
madmages committed Oct 13, 2020
1 parent af79f61 commit 96a9e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypedClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96a9e4e

Please sign in to comment.