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.
1 parent 0cde149 commit 3d5e5ddCopy full SHA for 3d5e5dd
src/ConstantContact/Base.php
@@ -40,11 +40,11 @@ public function next() : array
40
return $this->client->next();
41
}
42
43
- protected function doDelete(array $parameters) : array
+ protected function doDelete(array $parameters) : bool
44
{
45
$url = $this->getUrl($parameters);
46
47
- return $this->client->delete($url, $parameters);
+ return $this->client->delete($url);
48
49
50
protected function doGet(array $parameters) : array
0 commit comments