Skip to content

Commit 408d862

Browse files
committed
Fix BaseDrawing::getCoordinates2 wrong phpdoc.
1 parent dddfe10 commit 408d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Worksheet/BaseDrawing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function getOffsetY()
328328
/**
329329
* Get Coordinates2.
330330
*
331-
* @return string
331+
* @return null|string
332332
*/
333333
public function getCoordinates2()
334334
{

0 commit comments

Comments
 (0)