Fix incorrect Table start line numbers #1550
Annotations
9 errors
PHPUnit on 7.4 --prefer-lowest
Process completed with exit code 2.
|
PHPCS:
tests/functional/Extension/Table/TableMarkdownTest.php#L69
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
|
PHPCS
Process completed with exit code 1.
|
PossiblyUndefinedVariable:
src/Parser/MarkdownParser.php#L166
src/Parser/MarkdownParser.php:166:68: PossiblyUndefinedVariable: Possibly undefined variable $oldBlockLineStart, first seen on line 162 (see https://psalm.dev/018)
|
Psalm
Process completed with exit code 2.
|
PHPUnit on 8.0
Process completed with exit code 2.
|
PHPStan:
src/Parser/MarkdownParser.php#L166
Variable $oldBlockLineStart might not be defined.
|
PHPStan
Process completed with exit code 1.
|
PHPUnit on 7.4
Process completed with exit code 2.
|