Fix merge issue

This commit is contained in:
Antoine de Troostembergh 2020-12-31 21:56:45 +01:00
parent 834a95c503
commit cf808cb3fc
1 changed files with 0 additions and 14 deletions

View File

@ -50,20 +50,6 @@ class TCPDF extends AbstractRenderer implements WriterInterface
return new \TCPDF($orientation, $unit, $paperSize);
}
/**
* Gets the implementation of external PDF library that should be used.
*
* @param string $orientation Page orientation
* @param string $unit Unit measure
* @param string $paperSize Paper size
*
* @return \TCPDF implementation
*/
protected function createExternalWriterInstance($orientation, $unit, $paperSize)
{
return new \TCPDF($orientation, $unit, $paperSize);
}
/**
* Save PhpWord to file.
*