diff --git a/src/Validator.php b/src/Validator.php index f387acf..add20a3 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -151,7 +151,7 @@ public function isValidWeekDay(string $value, array $time): bool } if (!\strpos($value, '#')) { - $this->unexpectedValue(4, $value);; + $this->unexpectedValue(4, $value); } list($day, $nth) = \explode('#', \str_replace('0#', '7#', $value)); @@ -164,8 +164,8 @@ public function isValidWeekDay(string $value, array $time): bool } /** - * @param int $pos - * @param string $value + * @param int $pos + * @param string $value * * @throws \UnexpectedValueException */