Skip to content

Commit 87b5237

Browse files
committed
docs: remove of in comments
1 parent c7865da commit 87b5237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Validation/Rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function required_with($str = null, ?string $fields = null, array $data =
287287
}
288288

289289
/**
290-
* The field is required when all of the other fields are present
290+
* The field is required when all the other fields are present
291291
* in the data but not required.
292292
*
293293
* Example (field is required when the id or email field is missing):

system/Validation/StrictRules/Rules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function required_with($str = null, ?string $fields = null, array $data =
347347
}
348348

349349
/**
350-
* The field is required when all of the other fields are present
350+
* The field is required when all the other fields are present
351351
* in the data but not required.
352352
*
353353
* Example (field is required when the id or email field is missing):

0 commit comments

Comments
 (0)