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 3a25177 commit a652847Copy full SHA for a652847
src/PhpWord/Writer/Word2007/Part/Chart.php
@@ -282,10 +282,9 @@ private function writeAxis(XMLWriter $xmlWriter, $type)
282
$xmlWriter->writeElementBlock('c:delete', 'val', 0);
283
$xmlWriter->writeElementBlock('c:majorTickMark', 'val', 'none');
284
$xmlWriter->writeElementBlock('c:minorTickMark', 'val', 'none');
285
- if($style->showAxisLabels()) {
+ if ($style->showAxisLabels()) {
286
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'nextTo');
287
- }
288
- else {
+ } else {
289
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'none');
290
}
291
$xmlWriter->writeElementBlock('c:crosses', 'val', 'autoZero');
0 commit comments