Add rowspan for the table in PHPWord/src/PhpWord/Shared /Html.php #1036
Annotations
10 errors
|
Run phpstan:
tests/PhpWordTests/Writer/HTML/ParagraphTest.php#L91
Offset 0 might not exist on array{0?: string}.
|
|
Run phpstan:
tests/PhpWordTests/Writer/HTML/ParagraphTest.php#L58
Offset 0 might not exist on array{0?: string}.
|
|
Run phpstan:
tests/PhpWordTests/Writer/HTML/FontTest.php#L278
Offset 0 might not exist on array{0?: string}.
|
|
Run phpstan:
tests/PhpWordTests/Writer/HTML/Element/TableTest.php#L165
Offset 0 might not exist on array{0?: string}.
|
|
Run phpstan:
src/PhpWord/Shared/Html.php#L496
Call to an undefined method DOMNode::getAttribute().
|
|
Run phpstan:
src/PhpWord/Shared/Html.php#L490
Ignored error pattern #^Call to an undefined method DOMNode\:\:getAttribute\(\)\.$# in path /home/runner/work/PHPWord/PHPWord/src/PhpWord/Shared/Html.php is expected to occur 1 time, but occurred 2 times.
|
|
Run phpstan:
src/PhpWord/Shared/Html.php#L54
Property PhpOffice\PhpWord\Shared\Html::$rowSpanArray has no type specified.
|
|
Run phpstan:
src/PhpWord/Shared/Html.php#L52
Property PhpOffice\PhpWord\Shared\Html::$columnIndex has no type specified.
|
|
Run phpstan:
src/PhpWord/Shared/Html.php#L50
Property PhpOffice\PhpWord\Shared\Html::$rowIndex has no type specified.
|
|
Run phpstan:
src/PhpWord/Reader/Word2007/AbstractPart.php#L372
Offset bool|int|string might not exist on list<string|null>.
|
Loading