🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 20:43:46 +01:00
parent deed2158ca
commit 7b9849c159
77 changed files with 1084 additions and 13612 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class Password implements Rule
/**
* Set the minimum length of the password.
*/
public function length(int $length)
public function length(int $length): static
{
$this->length = $length;