Fix list tightness and ending line numbers #1514
Annotations
10 errors
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L50
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:50:99: ParseError: Union types are not supported in PHP < 8 (see https://psalm.dev/173)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L62
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:62:67: ArgumentTypeCoercion: Argument 1 of League\CommonMark\Extension\CommonMark\Parser\Block\ListBlockParser::endsWithBlankLine expects League\CommonMark\Node\Block\AbstractBlock, but parent type League\CommonMark\Node\Node provided (see https://psalm.dev/193)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L70
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:70:65: ArgumentTypeCoercion: Argument 1 of League\CommonMark\Extension\CommonMark\Parser\Block\ListBlockParser::endsWithBlankLine expects League\CommonMark\Node\Block\AbstractBlock, but parent type League\CommonMark\Node\Node provided (see https://psalm.dev/193)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L81
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:81:61: PossiblyNullReference: Cannot call method getEndLine on possibly null value (see https://psalm.dev/083)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L81
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:81:61: UndefinedMethod: Method League\CommonMark\Node\Node::getEndLine does not exist (see https://psalm.dev/022)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L86
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:86:84: PossiblyNullReference: Cannot call method getStartLine on possibly null value (see https://psalm.dev/083)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListBlockParser.php#L86
src/Extension/CommonMark/Parser/Block/ListBlockParser.php:86:84: UndefinedMethod: Method League\CommonMark\Node\Node::getStartLine does not exist (see https://psalm.dev/022)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListItemParser.php#L76
src/Extension/CommonMark/Parser/Block/ListItemParser.php:76:65: PossiblyNullReference: Cannot call method getEndLine on possibly null value (see https://psalm.dev/083)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd:
src/Extension/CommonMark/Parser/Block/ListItemParser.php#L76
src/Extension/CommonMark/Parser/Block/ListItemParser.php:76:65: UndefinedMethod: Method League\CommonMark\Node\Node::getEndLine does not exist (see https://psalm.dev/022)
|
Run vendor/bin/psalm --no-progress --stats --threads=$(nproc) --output-format=github --shepherd
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading