We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8da0342 + 62dfb05 commit 5a6832dCopy full SHA for 5a6832d
bunnyAPI.php
@@ -104,11 +104,11 @@ protected function constApiKeySet()
104
* cURL execution with headers and parameters
105
* @param string $method
106
* @param string $url
107
- * @param boolean $params
+ * @param string|boolean $params
108
* @return string
109
* @throws Exception
110
*/
111
- private function APIcall(string $method, string $url, bool $params = false)
+ private function APIcall(string $method, string $url, $params = false)
112
{
113
114
if (is_null($this->api_key) && !$this->constApiKeySet()) {
0 commit comments