Skip to content

Commit af985a4

Browse files
committed
Fixed PHPCSFixer
1 parent 3a1d6b3 commit af985a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Writer/PowerPoint2007/PptCharts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ protected function writeTypeDoughnut(XMLWriter $objWriter, Doughnut $subject, bo
13441344
$objWriter->startElement('c:txPr');
13451345
$objWriter->writeElement('a:bodyPr', null);
13461346
$objWriter->writeElement('a:lstStyle', null);
1347-
1347+
13481348
// c:dLbls\c:txPr\a:p
13491349
$objWriter->startElement('a:p');
13501350

0 commit comments

Comments
 (0)