Skip to content

Commit fe9555e

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 46f325e commit fe9555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function filter(array $jobs, $time = null)
173173
protected function process($expr, $time)
174174
{
175175
$expr = $this->normalizeExpr($expr);
176-
$expr = \preg_split('~\s+~', $expr); # 14
176+
$expr = \preg_split('~\s+~', $expr); // 14
177177

178178
if (\count($expr) < 5 || \count($expr) > 6) {
179179
throw new \UnexpectedValueException(

0 commit comments

Comments
 (0)