Skip to content

Commit 37a0312

Browse files
Update MailchimpRequest.php
use strict comparison
1 parent f307a3f commit 37a0312

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
@@ -456,7 +456,7 @@ public function reset()
456456
}
457457

458458
$this->$key = null;
459-
if ($key == 'headers') {
459+
if ('headers' === $key) {
460460
$this->$key = [];
461461
}
462462
}

0 commit comments

Comments
 (0)