Methods | ||
---|---|---|
public
static
|
getRuleErrorTypes(): array<int, array{string, (string|null), (string|null), (string|null)}>
|
# |
public
static
|
message(string $message): self
|
# |
public
|
line(int $line): self
|
# |
public
|
file(string $file): self
|
# |
public
|
tip(string $tip): self
|
# |
public
|
addTip(string $tip): self
|
# |
public
|
discoveringSymbolsTip(): self
|
# |
public
|
acceptsReasonsTip(list<string> $reasons): self
|
# |
public
|
identifier(string $identifier): self
|
# |
public
|
metadata(mixed[] $metadata): self
|
# |
public
|
nonIgnorable(): self
|
# |
public
|
build(): RuleError
|
# |