Fix PHPDoc to avoid erroneous warning in IDE

This commit is contained in:
Alessandro Lai 2017-12-22 10:51:51 +01:00 committed by Adrien Crivelli
parent 5bdb3ba210
commit cfc325ab57
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{