Skip to content

Commit a7dba89

Browse files
committed
doDelete should return bool
1 parent 9a6d441 commit a7dba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConstantContact/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getResponseText() : string
2323
return $this->client->getBody();
2424
}
2525

26-
protected function doDelete(array $parameters) : array
26+
protected function doDelete(array $parameters) : bool
2727
{
2828
$url = $this->getUrl($parameters);
2929

0 commit comments

Comments
 (0)