Skip to content

Commit e05d626

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 7224037 commit e05d626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Validator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function isValidWeekDay(string $value, array $time): bool
151151
}
152152

153153
if (!\strpos($value, '#')) {
154-
$this->unexpectedValue(4, $value);;
154+
$this->unexpectedValue(4, $value);
155155
}
156156

157157
list($day, $nth) = \explode('#', \str_replace('0#', '7#', $value));
@@ -164,8 +164,8 @@ public function isValidWeekDay(string $value, array $time): bool
164164
}
165165

166166
/**
167-
* @param int $pos
168-
* @param string $value
167+
* @param int $pos
168+
* @param string $value
169169
*
170170
* @throws \UnexpectedValueException
171171
*/

0 commit comments

Comments
 (0)