Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 17:41:07 +0000 (18:41 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 17:41:07 +0000 (18:41 +0100)
- ops, wrong instance name?

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/decorator/xml/class_XmlCompactorDecorator.php

index 05d45a90724ad40a5fa8f3824708899beaf100d2..db9cfce43f2bc813ab330e4b5ab5b3ebb8d6a017 100644 (file)
@@ -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