Skip to content

Commit 9f3862b

Browse files
author
Jelle van Oosterbosch
committed
Added double quotes to show the input of the chosen anonymizer
1 parent 4e615bf commit 9f3862b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Anonymize/AnonymizerCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function addAnonymizer($type, $anonymizer)
6060
public function getAnonymizer($type)
6161
{
6262
if (!array_key_exists($type, $this->anonymizers)) {
63-
throw new LogicException(sprintf('Anonymizer %s is not registered.', $type));
63+
throw new LogicException(sprintf('Anonymizer "%s" is not registered.', $type));
6464
}
6565

6666
return $this->anonymizers[$type];

0 commit comments

Comments
 (0)