Copied!
CloneableFinalInstantiable
Methods
public __construct(int $maxAutocompletedCells = 10000League\CommonMark\Extension\Table\TableParser::DEFAULT_MAX_AUTOCOMPLETED_CELLS)
public tryStart(League\CommonMark\Parser\Cursor $cursor, League\CommonMark\Parser\MarkdownParserStateInterface $parserState) : ?League\CommonMark\Parser\Block\BlockStart
Properties
private int $maxAutocompletedCells
Methods
private static getAlignment(bool $left, bool $right) : ?string
 
  • psalm-return TableCell::ALIGN_*|null
  • phpstan-return TableCell::ALIGN_*|null
  • psalm-pure
private static parseSeparator(League\CommonMark\Parser\Cursor $cursor) : array
 
  • return array<int,string|null>
  • psalm-return array<int, TableCell::ALIGN_*|null>
  • phpstan-return array<int, TableCell::ALIGN_*|null>
Methods
private static getAlignment(bool $left, bool $right) : ?string
 
  • psalm-return TableCell::ALIGN_*|null
  • phpstan-return TableCell::ALIGN_*|null
  • psalm-pure
private static parseSeparator(League\CommonMark\Parser\Cursor $cursor) : array
 
  • return array<int,string|null>
  • psalm-return array<int, TableCell::ALIGN_*|null>
  • phpstan-return array<int, TableCell::ALIGN_*|null>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration