Skip to content

Commit bf941b7

Browse files
author
Jelle van Oosterbosch
committed
Fixed @throws before @return
1 parent cae71b2 commit bf941b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Anonymize/Type/FixedAnonymizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public function __construct(PropertyManipulator $propertyManipulator)
5252
* @param mixed $propertyValue The value that has to be converted
5353
* @param array $options Options to help the anonymizer do its job
5454
*
55-
* @throws \InvalidArgumentException if annotationValue is empty.
56-
*
5755
* @return string The Anonymized string
56+
*
57+
* @throws \InvalidArgumentException if annotationValue is empty.
5858
*/
5959
public function anonymize($propertyValue, array $options = [])
6060
{

0 commit comments

Comments
 (0)