Skip to content

Commit cfc325a

Browse files
Jean85PowerKiKi
authored andcommitted
Fix PHPDoc to avoid erroneous warning in IDE
1 parent 5bdb3ba commit cfc325a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Tcpdf extends Pdf
1414
* @param string $unit Unit measure
1515
* @param string $paperSize Paper size
1616
*
17-
* @return TCPDF implementation
17+
* @return \TCPDF implementation
1818
*/
1919
protected function createExternalWriterInstance($orientation, $unit, $paperSize)
2020
{

0 commit comments

Comments
 (0)