We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae71b2 commit bf941b7Copy full SHA for bf941b7
Anonymize/Type/FixedAnonymizer.php
@@ -52,9 +52,9 @@ public function __construct(PropertyManipulator $propertyManipulator)
52
* @param mixed $propertyValue The value that has to be converted
53
* @param array $options Options to help the anonymizer do its job
54
*
55
- * @throws \InvalidArgumentException if annotationValue is empty.
56
- *
57
* @return string The Anonymized string
+ *
+ * @throws \InvalidArgumentException if annotationValue is empty.
58
*/
59
public function anonymize($propertyValue, array $options = [])
60
{
0 commit comments