X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdecorator%2Fxml%2Fclass_XmlCompactorDecorator.php;h=9ce0172ccdd9c19d9238f2b86d7f291e313f37c8;hp=c73e4841d441809b9bc542da64f1aa110da3a51b;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hpb=d42a36e7172e079d2ea3328d320e5be115b8bddb diff --git a/inc/classes/main/decorator/xml/class_XmlCompactorDecorator.php b/inc/classes/main/decorator/xml/class_XmlCompactorDecorator.php index c73e4841..9ce0172c 100644 --- a/inc/classes/main/decorator/xml/class_XmlCompactorDecorator.php +++ b/inc/classes/main/decorator/xml/class_XmlCompactorDecorator.php @@ -38,7 +38,7 @@ class XmlCompactorDecorator extends BaseDecorator implements Parseable { * @param $innerParserInstance A Parseable instance * @return $parserInstance An instance of this parser */ - public final static function createXmlCompactorDecorator (Parseable $innerParserInstance) { + public static final function createXmlCompactorDecorator (Parseable $innerParserInstance) { // Get a new instance $parserInstance = new XmlCompactorDecorator();