Skip to content

Commit 3eb3fac

Browse files
authored
add array for $passwordValidators
1 parent 4219d62 commit 3eb3fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ systems that are appropriate for your application. The following Validators are
7070
You can choose which validators are used in `Config\Auth::$passwordValidators`:
7171

7272
```php
73-
public $passwordValidators = [
73+
public array $passwordValidators = [
7474
CompositionValidator::class,
7575
NothingPersonalValidator::class,
7676
DictionaryValidator::class,

0 commit comments

Comments
 (0)