Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
adhocore authored and StyleCIBot committed Dec 22, 2019
1 parent 7224037 commit e05d626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -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
*/
Expand Down

0 comments on commit e05d626

Please sign in to comment.