Skip to content

Commit 3cca1b0

Browse files
committed
Fix error reported by phpcs
1 parent a365dc7 commit 3cca1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Zxcvbn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Zxcvbn
3333

3434
public function __construct()
3535
{
36-
bindtextdomain('ZxcvbnPhp', __DIR__.'/Locales');
36+
bindtextdomain('ZxcvbnPhp', __DIR__ . '/Locales');
3737
$this->matcher = new \ZxcvbnPhp\Matcher();
3838
$this->scorer = new \ZxcvbnPhp\Scorer();
3939
$this->timeEstimator = new \ZxcvbnPhp\TimeEstimator();

0 commit comments

Comments
 (0)