Skip to content

Commit ace053b

Browse files
authored
Correct variable names for in-line docs
1 parent 5d6a270 commit ace053b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Validation/Rules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function differs(string $str = null, string $field, array $data): bool
6969
* Equals the static value provided.
7070
*
7171
* @param string $str
72-
* @param string $str
72+
* @param string $val
7373
*
7474
* @return boolean
7575
*/
@@ -280,7 +280,7 @@ public function min_length(string $str = null, string $val, array $data): bool
280280
* Does not equal the static value provided.
281281
*
282282
* @param string $str
283-
* @param string $str
283+
* @param string $val
284284
*
285285
* @return boolean
286286
*/

0 commit comments

Comments
 (0)