From: Roland Häder Date: Sat, 7 Nov 2020 17:41:07 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ad186a8aedeeb4180ca23e54f121382ca52d56a0;p=core.git Continued: - ops, wrong instance name? Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php b/framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php index 05d45a90..db9cfce4 100644 --- a/framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php +++ b/framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php @@ -31,9 +31,9 @@ use Org\Mxchange\CoreFramework\Parser\Parseable; */ class XmlCompactorDecorator extends BaseDecorator implements Parseable { /** - * Instance of the stacker + * Instance of the parser class */ - private $stackInstance = NULL; + private $parserInstance = NULL; /** * Protected constructor