Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into no
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xml.php
Expand Up @@ -98,7 +98,7 @@ public function __construct($xml, $section = null, $options = false)
if (!$oldUseInternalErrors) {
libxml_use_internal_errors(false);
}
if ( ($xmlErrorCnt = count($xmlErrors)) ) {
if (count($xmlErrors)) {
libxml_clear_errors();

// create and throw exception stack
Expand Down

0 comments on commit 4e73e4e

Please sign in to comment.