Remove trailing whitespace in legacy class files

This commit is contained in:
Kijin Sung 2023-01-17 21:07:55 +09:00
parent 8a6039b829
commit c881e73c1d
29 changed files with 481 additions and 483 deletions

View file

@ -70,7 +70,7 @@ class XmlJsFilter extends XeXmlParser
* Compiled js file
* @var string
*/
var $js_file = NULL; // /
var $js_file = NULL; // /
/**
* constructor

View file

@ -26,7 +26,7 @@ class Xml_Node_
/**
* XmlParser class
* Class parsing a given xmlrpc request and creating a data object
* @remarks <pre>{
* @remarks <pre>{
* This class may drops unsupported xml lanuage attributes when multiple language attributes are given.
* For example, if 'xml:lang='ko, en, ch, jp..' is given in a xml file, only ko will be left ignoring all other language
* attributes when kor is only supported language. It seems to work fine now but we did not scrutinze any potential side effects,
@ -221,8 +221,8 @@ class XeXmlParser
}
/**
* Method to transfer values in an array to a data object
* @param array $arr data array
* Method to transfer values in an array to a data object
* @param array $arr data array
* @return Xml_Node_ object
*/
function _arrToAttrsObj($arr)