X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fdecorator%2Ftemplate%2Fclass_XmlRewriterTemplateDecorator.php;fp=inc%2Fmain%2Fclasses%2Fdecorator%2Ftemplate%2Fclass_XmlRewriterTemplateDecorator.php;h=8dc142eacb2e9ba6ac6a216b91b81db281727df6;hp=1065cc88caa6cc441c25b19d64a8c5d8dd932285;hb=5ef75f30c91c6076b5534e84a6766a3fda353fd4;hpb=7da942b8177f7272700fd0bb7b0743bee9b58e4c diff --git a/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php b/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php index 1065cc88..8dc142ea 100644 --- a/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php +++ b/inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php @@ -149,7 +149,6 @@ class XmlRewriterTemplateDecorator extends BaseDecorator implements CompileableT * @param $var The variable we are looking for * @param $value The value we want to store in the variable * @return void - * @throws EmptyVariableException If the variable name is left empty */ public function assignVariable ($var, $value) { // Call the inner class' method