Skip to content

Commit ef34c3e

Browse files
committed
remove stray paran
1 parent bf6ee07 commit ef34c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/MailchimpRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function setAuth()
268268
* @param boolean $shouldSerialize
269269
* @throws MailchimpException when cant serialize payload
270270
*/
271-
public function setPayload($payload, $shouldSerialize = true))
271+
public function setPayload($payload, $shouldSerialize = true)
272272
{
273273
if ($shouldSerialize) {
274274
$payload = $this->serializePayload($payload);

0 commit comments

Comments
 (0)