Skip to content

Commit c624542

Browse files
author
Nico Oelgart
authored
Update Rule.php
1 parent 013b3f2 commit c624542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nicoSWD/Rules/Rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function registerOperator(string $operator, BaseExpression $token)
8787
$this->parser->registerToken($operator, $token);
8888
}
8989

90-
public function registerToken(string $class, string $regex, int $priority = null)
90+
public function registerToken(string $class, string $regex, $priority = null)
9191
{
9292
$this->parser->registerToken($class, $regex, $priority);
9393
}

0 commit comments

Comments
 (0)