Skip to content

Commit

Permalink
Drop obsolete clearIdempotencyGenerator parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Jul 31, 2023
1 parent 71bb7e8 commit f245437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MollieApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,9 @@ public function setIdempotencyKeyGenerator($generator)
}

/**
* @param \Mollie\Api\Idempotency\IdempotencyKeyGeneratorContract $generator
* @return \Mollie\Api\MollieApiClient
*/
public function clearIdempotencyKeyGenerator($generator)
public function clearIdempotencyKeyGenerator()
{
$this->idempotencyKeyGenerator = null;

Expand Down

0 comments on commit f245437

Please sign in to comment.