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 f26f388 commit 67a8389Copy full SHA for 67a8389
tests/Unit/Generator/PasswordTest.php
@@ -52,7 +52,7 @@ public function testPasswordWithoutSpecialCharacters(): void
52
$this->assertFalse($this->doesContainSpecialChars($password));
53
}
54
55
- private function doesContainSpecialChars($password): bool
+ private function doesContainSpecialChars(string $password): bool
56
{
57
$specialChars = ['-', '_', '~', '|', '%', '^', '!', '$', '#', '@', '?'];
58
0 commit comments