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.
array
$passwordValidators
1 parent 4219d62 commit 3eb3facCopy full SHA for 3eb3fac
docs/getting_started/concepts.md
@@ -70,7 +70,7 @@ systems that are appropriate for your application. The following Validators are
70
You can choose which validators are used in `Config\Auth::$passwordValidators`:
71
72
```php
73
-public $passwordValidators = [
+public array $passwordValidators = [
74
CompositionValidator::class,
75
NothingPersonalValidator::class,
76
DictionaryValidator::class,
0 commit comments