Skip to content

Commit

Permalink
chore: Remove unused variable in BHDConverter constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Apr 1, 2024
1 parent aca50a5 commit af5e65e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BHDConverter.php
Expand Up @@ -12,7 +12,6 @@ class BHDConverter
public function __construct(
$dict = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', // len:62
$patch = '0',
$min_length = null
) {
$this->dict = $dict;
$this->patch = $patch;
Expand Down

0 comments on commit af5e65e

Please sign in to comment.