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
+1 -1
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)
{