We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f832a7c commit e1bbc85Copy full SHA for e1bbc85
tests/PhpWord/Shared/HtmlTest.php
@@ -639,9 +639,9 @@ public function testParseLetterSpacing()
639
public function testParseTableAndCellWidth()
640
{
641
$phpWord = new \PhpOffice\PhpWord\PhpWord();
642
- $section = $phpWord->addSection([
+ $section = $phpWord->addSection(array(
643
'orientation' => \PhpOffice\PhpWord\Style\Section::ORIENTATION_LANDSCAPE,
644
- ]);
+ ));
645
646
// borders & backgrounds are here just for better visual comparison
647
$html = <<<HTML
0 commit comments