Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Nov 25, 2015
1 parent 7b40cdb commit a22651b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Anonymizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Anonymizer
* Constructor.
*
* @param DatabaseInterface $database
* @param mixed $generator
* @param mixed $generator
*/
public function __construct(DatabaseInterface $database, $generator = null)
{
Expand Down Expand Up @@ -158,7 +158,7 @@ protected function calculateNewValue($replace, $rowNum)
}

/**
* Replace placeholders
* Replace placeholders.
*
* @param mixed $value
* @param int $rowNum
Expand All @@ -176,6 +176,7 @@ protected function replacePlaceholders($value, $rowNum)

/**
* @param $replace
*
* @return mixed
*/
protected function handlePossibleClosure($replace)
Expand Down

0 comments on commit a22651b

Please sign in to comment.