File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
tests/PhpWordTests/Shared Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ private static function replaceNonAsciiIfNeeded(string $convert): ?string
172
172
* parse Inline style of a node.
173
173
*
174
174
* @param DOMNode $node Node to check on attributes and to compile a style array
175
- * @param array<string, mixed> $styles is supplied, the inline style attributes are added to the already existing style
175
+ * @param array $styles is supplied, the inline style attributes are added to the already existing style
176
176
*
177
177
* @return array
178
178
*/
Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ public function testSpanClassName(): void
234
234
$ html = '<p>This is <span class="boldtext">bold</span> text.</p> ' ;
235
235
$ section = $ phpWord ->addSection ();
236
236
Html::addHtml ($ section , $ html );
237
- self ::assertTrue (true );
238
237
$ element = $ section ->getElements ()[0 ];
239
238
self ::assertInstanceOf (TextRun::class, $ element );
240
239
$ textElements = $ element ->getElements ();
You can’t perform that action at this time.
0 commit comments