diff options
Diffstat (limited to 'src/Bouncer.php')
| -rw-r--r-- | src/Bouncer.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Bouncer.php b/src/Bouncer.php index 0bfbdcb..517315b 100644 --- a/src/Bouncer.php +++ b/src/Bouncer.php @@ -10,13 +10,8 @@ use Askonomm\Bouncer\Validators\EmailValidator; use Askonomm\Bouncer\Validators\RequiredValidator; /** - * The Bouncer takes in an array of fields, an array of - * rules and optionally an array of validators. If no validators - * are provided, default validators will be used instead, which are: - * - * - `\Askonomm\Bouncer\Validators\LenValidator` - * - `\Askonomm\Bouncer\Validators\EmailValidator` - * - `\Askonomm\Bouncer\Validators\RequiredValidator` + * The Bouncer takes in an array of `$fields` and an array of + * `$rules`. * * The key of each item in the `$fields` array must correspond to the * the key of each item in the `$rules` array, so that Bouncer |
