Skip to content

Commit b79e390

Browse files
fix (#44990)
1 parent 917abe8 commit b79e390

File tree

1 file changed

+2
-0
lines changed
  • src/Illuminate/Validation/Rules

1 file changed

+2
-0
lines changed

src/Illuminate/Validation/Rules/In.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ class In
66
{
77
/**
88
* The name of the rule.
9+
*
10+
* @var string
911
*/
1012
protected $rule = 'in';
1113

0 commit comments

Comments
 (0)