Skip to content

Commit dddfe10

Browse files
committed
Fix BaseDrawing::setCoordinates2 wrong phpdoc.
1 parent 6996967 commit dddfe10

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
@@ -338,7 +338,7 @@ public function getCoordinates2()
338338
/**
339339
* Set Coordinates2.
340340
*
341-
* @param string $coordinates2 eg: 'A1'
341+
* @param null|string $coordinates2 eg: 'A1'
342342
*
343343
* @return $this
344344
*/

0 commit comments

Comments
 (0)