changed if statement due to error in codesniffer
This commit is contained in:
parent
3a251770e8
commit
a6528471c2
|
|
@ -284,8 +284,7 @@ class Chart extends AbstractPart
|
||||||
$xmlWriter->writeElementBlock('c:minorTickMark', 'val', 'none');
|
$xmlWriter->writeElementBlock('c:minorTickMark', 'val', 'none');
|
||||||
if ($style->showAxisLabels()) {
|
if ($style->showAxisLabels()) {
|
||||||
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'nextTo');
|
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'nextTo');
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'none');
|
$xmlWriter->writeElementBlock('c:tickLblPos', 'val', 'none');
|
||||||
}
|
}
|
||||||
$xmlWriter->writeElementBlock('c:crosses', 'val', 'autoZero');
|
$xmlWriter->writeElementBlock('c:crosses', 'val', 'autoZero');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue