mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-17 21:46:37 +00:00
Fix PHPDoc to avoid erroneous warning in IDE
This commit is contained in:
committed by
Adrien Crivelli
parent
5bdb3ba210
commit
cfc325ab57
@@ -14,7 +14,7 @@ class Tcpdf extends Pdf
|
||||
* @param string $unit Unit measure
|
||||
* @param string $paperSize Paper size
|
||||
*
|
||||
* @return TCPDF implementation
|
||||
* @return \TCPDF implementation
|
||||
*/
|
||||
protected function createExternalWriterInstance($orientation, $unit, $paperSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user