Skip to content

Commit a5ccb59

Browse files
committed
Removed unnecessary else
1 parent 185447d commit a5ccb59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Reader.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ function parse() {
7373

7474
if ($errors) {
7575
throw new LibXMLException($errors);
76-
} else {
77-
return $result;
7876
}
7977

78+
return $result;
8079
}
8180

8281
/**

0 commit comments

Comments
 (0)