Bug #63369
closedbroken API documentation
100%
Description
I found a tiny problem with (automatic) documentation: at http://api.typo3.org/typo3cms/62/html/class_t_y_p_o3_1_1_c_m_s_1_1_core_1_1_utility_1_1_general_utility.html#a356257d16679b49c2338e85e5d6d0eb8 the parameters documentation is broken because the docheader of teh function misses a closing quote. (maybe there is lost more?)
code in typo3/sysext/core/Classes/Utility/Generalutility.php function xml2array()
/** * Converts an XML string to a PHP array. * This is the reverse function of array2xml() * This is a wrapper for xml2arrayProcess that adds a two-level cache * * @param string $string XML content to convert into an array * @param string $NSprefix The tag-prefix resolve, eg. a namespace like "T3: * @param boolean $reportDocTag If set, the document tag will be set in the key "_DOCUMENT_TAG" of the output array * @return mixed If the parsing had errors, a string with the error message is returned. Otherwise an array with the content. * @see array2xml(),xml2arrayProcess() */
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34715
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34716
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 406f0f8b0098970dd80026b9bf38de47d8b84e1a.