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 9a6d441 commit a7dba89Copy full SHA for a7dba89
src/ConstantContact/Base.php
@@ -23,7 +23,7 @@ public function getResponseText() : string
23
return $this->client->getBody();
24
}
25
26
- protected function doDelete(array $parameters) : array
+ protected function doDelete(array $parameters) : bool
27
{
28
$url = $this->getUrl($parameters);
29
0 commit comments