From 84807539b165a612656c351472ee3d1199029498 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sun, 2 Mar 2014 04:09:48 -0800 Subject: [PATCH] https://github.com/PHPOffice/PHPWord/issues/46 Correction of the docblock descrition. --- Classes/PHPWord/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/PHPWord/Template.php b/Classes/PHPWord/Template.php index 36270c7c..c846c298 100755 --- a/Classes/PHPWord/Template.php +++ b/Classes/PHPWord/Template.php @@ -80,7 +80,7 @@ class PHPWord_Template * Applies XSL style sheet to XML template. * * @param DOMDocument &$xslDOMDocument - * @param array $xslOptions + * @param array $xslOptions = [] * @param string $xslOptionsURI = '' */ public function applyXslStyleSheet(&$xslDOMDocument, $xslOptions = [], $xslOptionsURI = '')