Skip to content

Commit f387125

Browse files
committed
Fix BaseDrawing code style error.
1 parent 408d862 commit f387125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PhpSpreadsheet/Writer/Xlsx/Drawing.php

-2
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ public function writeChart(XMLWriter $objWriter, \PhpOffice\PhpSpreadsheet\Chart
153153
public function writeDrawing(XMLWriter $objWriter, BaseDrawing $drawing, $relationId = -1, $hlinkClickId = null): void
154154
{
155155
if ($relationId >= 0) {
156-
157156
$isTwoCellAnchor = $drawing->getCoordinates2() !== null;
158-
159157
if ($isTwoCellAnchor) {
160158
// xdr:twoCellAnchor
161159
$objWriter->startElement('xdr:twoCellAnchor');

0 commit comments

Comments
 (0)