diff --git a/src/Illuminate/Testing/Fluent/Concerns/Has.php b/src/Illuminate/Testing/Fluent/Concerns/Has.php index 0e1446851665..0ce12055b07c 100644 --- a/src/Illuminate/Testing/Fluent/Concerns/Has.php +++ b/src/Illuminate/Testing/Fluent/Concerns/Has.php @@ -41,7 +41,7 @@ public function count($key, ?int $length = null): self } /** - * Asserts that the value is between 2 specified values + * Asserts that the value is between 2 specified values. * * @param int|string $lowestValue * @param int|string $highestValue