Searched refs:expectedTokenType (Results 1 – 1 of 1) sorted by relevance
57 * @param int|string $expectedTokenType Token to check for61 public function haveTokenImmediatelyBefore(int $pos, $expectedTokenType): bool { argument66 if ($token->is($expectedTokenType)) {82 * @param int|string $expectedTokenType Token to check for86 public function haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool { argument91 if ($token->is($expectedTokenType)) {
Completed in 5 milliseconds