Skip to content

Commit 4039446

Browse files
committed
docs: update comments
1 parent b8bb2c0 commit 4039446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Authentication/Passwords/BaseValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function error(): ?string
2727
* Returns a suggestion that may be displayed to the user
2828
* to help them choose a better password. The method is
2929
* required, but a suggestion is optional. May return
30-
* an empty string instead.
30+
* null instead.
3131
*/
3232
public function suggestion(): ?string
3333
{

src/Authentication/Passwords/ValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function error(): ?string;
3030
* Returns a suggestion that may be displayed to the user
3131
* to help them choose a better password. The method is
3232
* required, but a suggestion is optional. May return
33-
* an empty string instead.
33+
* null instead.
3434
*/
3535
public function suggestion(): ?string;
3636
}

0 commit comments

Comments
 (0)