Fix PHPDoc to avoid erroneous warning in IDE
This commit is contained in:
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue