Skip to content

Commit faf54bd

Browse files
authored
Fix docblock (#56531)
1 parent 8e2d286 commit faf54bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Validation/Rules/Email.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Email implements Rule, DataAwareRule, ValidatorAwareRule
5151
protected $messages = [];
5252

5353
/**
54-
* The callback that will generate the "default" version of the file rule.
54+
* The callback that will generate the "default" version of the email rule.
5555
*
5656
* @var string|array|callable|null
5757
*/
@@ -79,7 +79,7 @@ public static function defaults($callback = null)
7979
}
8080

8181
/**
82-
* Get the default configuration of the file rule.
82+
* Get the default configuration of the email rule.
8383
*
8484
* @return static
8585
*/

0 commit comments

Comments
 (0)