Skip to content

Commit ba2fab3

Browse files
committed
wip
1 parent e1f7794 commit ba2fab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ public function setException($exception)
14991499
}
15001500

15011501
/**
1502-
* Ensure exponent is within range with the given callback.
1502+
* Ensure exponents are within range using the given callback.
15031503
*
15041504
* @param callable(int $scale, string $attribute, mixed $value) $callback
15051505
* @return $this

0 commit comments

Comments
 (0)