Correction of the docblock descrition.
This commit is contained in:
Roman Syroeshko 2014-03-02 04:09:48 -08:00
parent b579007611
commit 84807539b1
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '')