Correction of the docblock descrition.
This commit is contained in:
parent
b579007611
commit
84807539b1
|
|
@ -80,7 +80,7 @@ class PHPWord_Template
|
||||||
* Applies XSL style sheet to XML template.
|
* Applies XSL style sheet to XML template.
|
||||||
*
|
*
|
||||||
* @param DOMDocument &$xslDOMDocument
|
* @param DOMDocument &$xslDOMDocument
|
||||||
* @param array $xslOptions
|
* @param array $xslOptions = []
|
||||||
* @param string $xslOptionsURI = ''
|
* @param string $xslOptionsURI = ''
|
||||||
*/
|
*/
|
||||||
public function applyXslStyleSheet(&$xslDOMDocument, $xslOptions = [], $xslOptionsURI = '')
|
public function applyXslStyleSheet(&$xslDOMDocument, $xslOptions = [], $xslOptionsURI = '')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue