mini\Parsing\SQL\SqlParser::expectKeyword() Method

private

Signature

private function expectKeyword(string $keyword): void

Parameters

Name Type Default Description
$keyword string required Documentation missing

Returns

void

Documentation

Expect a specific keyword (may be token or identifier)

Source

src/Parsing/SQL/SqlParser.php:1785-1807