Skip to content

Commit cf808cb

Browse files
author
Antoine de Troostembergh
committed
Fix merge issue
1 parent 834a95c commit cf808cb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/PhpWord/Writer/PDF/TCPDF.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ protected function createExternalWriterInstance($orientation, $unit, $paperSize)
5050
return new \TCPDF($orientation, $unit, $paperSize);
5151
}
5252

53-
/**
54-
* Gets the implementation of external PDF library that should be used.
55-
*
56-
* @param string $orientation Page orientation
57-
* @param string $unit Unit measure
58-
* @param string $paperSize Paper size
59-
*
60-
* @return \TCPDF implementation
61-
*/
62-
protected function createExternalWriterInstance($orientation, $unit, $paperSize)
63-
{
64-
return new \TCPDF($orientation, $unit, $paperSize);
65-
}
66-
6753
/**
6854
* Save PhpWord to file.
6955
*

0 commit comments

Comments
 (0)