Skip to content

Commit 6f1b189

Browse files
committed
code format
1 parent 9945240 commit 6f1b189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/Word2007/Part/Chart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function writePlotArea(XMLWriter $xmlWriter)
155155

156156
//Chart legend
157157
if ($showLegend) {
158-
$xmlWriter->writeRaw('<c:legend><c:legendPos val="'.$legendPosition.'"/></c:legend>');
158+
$xmlWriter->writeRaw('<c:legend><c:legendPos val="' . $legendPosition . '"/></c:legend>');
159159
}
160160

161161
$xmlWriter->startElement('c:plotArea');

0 commit comments

Comments
 (0)