We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a365dc7 commit 3cca1b0Copy full SHA for 3cca1b0
src/Zxcvbn.php
@@ -33,7 +33,7 @@ class Zxcvbn
33
34
public function __construct()
35
{
36
- bindtextdomain('ZxcvbnPhp', __DIR__.'/Locales');
+ bindtextdomain('ZxcvbnPhp', __DIR__ . '/Locales');
37
$this->matcher = new \ZxcvbnPhp\Matcher();
38
$this->scorer = new \ZxcvbnPhp\Scorer();
39
$this->timeEstimator = new \ZxcvbnPhp\TimeEstimator();
0 commit comments