1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 05:07:27 +02:00

phpDoc fix

This commit is contained in:
SecretR
2014-02-25 11:43:28 +02:00
parent fa26a3fb24
commit 1bf95ff0ed
2 changed files with 143 additions and 143 deletions

View File

@@ -335,7 +335,7 @@ class xmlClass
/** /**
* Set Xml tags that should always return arrays. * Set Xml tags that should always return arrays.
* *
* @param object $string (comma separated) * @param string $string (comma separated)
* @return xmlClass * @return xmlClass
*/ */
public function setOptArrayTags($string) public function setOptArrayTags($string)