We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013b3f2 commit c624542Copy full SHA for c624542
src/nicoSWD/Rules/Rule.php
@@ -87,7 +87,7 @@ public function registerOperator(string $operator, BaseExpression $token)
87
$this->parser->registerToken($operator, $token);
88
}
89
90
- public function registerToken(string $class, string $regex, int $priority = null)
+ public function registerToken(string $class, string $regex, $priority = null)
91
{
92
$this->parser->registerToken($class, $regex, $priority);
93
0 commit comments