Skip to content

Commit

Permalink
fix coding standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed May 28, 2013
1 parent 7334643 commit 49aded5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Utility/Xml.php
Expand Up @@ -124,6 +124,7 @@ public static function build($input, $options = array()) {
* @param string $input The input to load.
* @param array $options The options to use. See Xml::build()
* @return SimpleXmlElement|DOMDocument
* @throws XmlException
*/
protected static function _loadXml($input, $options) {
$hasDisable = function_exists('libxml_disable_entity_loader');
Expand Down

0 comments on commit 49aded5

Please sign in to comment.