File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Authentication/Passwords Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments