Skip to content

Commit 45ab3b8

Browse files
author
Nico Oelgart
authored
Update Parser.php
1 parent 71b098d commit 45ab3b8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/nicoSWD/Rules/Parser.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ public function assignVariables(array $variables)
120120
$this->variables = $variables;
121121
}
122122

123-
/**
124-
* @param string $class
125-
* @param string $regex
126-
* @param int $priority
127-
*/
128-
public function registerToken($class, $regex, $priority = null)
129-
{
130-
$this->tokenizer->registerToken($class, $regex, $priority);
131-
}
132-
133123
/**
134124
* @param Tokens\BaseToken $token
135125
* @throws Exceptions\ParserException

0 commit comments

Comments
 (0)