Remove unused variable declaration
This commit is contained in:
parent
6a115305a6
commit
49e83f12d3
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class CardCreator
|
|||
|
||||
$number_of_keys = strlen($this->configration->keys);
|
||||
for ($i = 0; $i < $number_of_keys; $i++) {
|
||||
$prefix = '$' . ($i+1);
|
||||
$equivalent = $chars[mt_rand(0, $char_count-1)];
|
||||
|
||||
$equivalent = $this->escape($equivalent);
|
||||
|
|
Reference in a new issue