We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a1be0 commit 743dbffCopy full SHA for 743dbff
samples/Sample_27_Field.php
@@ -28,7 +28,7 @@
28
29
$indexEntryText = new TextRun();
30
$indexEntryText->addText('My ');
31
-$indexEntryText->addText('bold index', ['bold' => true]);
+$indexEntryText->addText('bold index', array('bold' => true));
32
$indexEntryText->addText(' entry');
33
34
$textrun = $section->addTextRun();
0 commit comments