final class BisonUnknownDeclaration
    implements BisonDeclaration
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Represents an unknown or unsupported directive.

Used for forward compatibility with new Bison directives.

Properties§

public string $directive
public string $content

Methods§

public function __construct(public string $directive, public string $content)

Parameters

$directivestringDirective name including its percent sign
$contentstringArguments as written, joined by single spaces
Test cases 1

Test cases 9§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 7

Relations§

Instantiated in 1