Remove unused variable declaration

This commit is contained in:
raphi 2015-04-17 09:38:34 +00:00
parent 6a115305a6
commit 49e83f12d3
1 changed files with 0 additions and 1 deletions

View File

@ -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);