Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 0242f47

Browse files
author
VladimirBerdnik
committed
Fix typo
1 parent 8f06cf1 commit 0242f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/RequiredRules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function requiredWithoutAll(string ...$otherFields)
6363
}
6464

6565
/**
66-
* The field under validation must be present and not empty if the anotherfield field is equal to any value.
66+
* The field under validation must be present and not empty if the anotherField field is equal to any value.
6767
* @param string $anotherField
6868
* @param mixed $value
6969
* @return static
@@ -74,7 +74,7 @@ public function requiredIf(string $anotherField, $value)
7474
}
7575

7676
/**
77-
* The field under validation must be present and not empty unless the anotherfield field is equal to any value.
77+
* The field under validation must be present and not empty unless the anotherField field is equal to any value.
7878
* @param string $anotherField
7979
* @param mixed $value
8080
* @return static

src/SimpleRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
trait SimpleRules
99
{
1010
/**
11-
* The field under validation must exist in anotherfield's values.
11+
* The field under validation must exist in anotherField's values.
1212
* @param string $anotherFiled
1313
* @return static
1414
*/

0 commit comments

Comments
 (0)