summaryrefslogtreecommitdiffstats
path: root/opmlparser.php
diff options
context:
space:
mode:
Diffstat (limited to 'opmlparser.php')
-rw-r--r--opmlparser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opmlparser.php b/opmlparser.php
index 69d85097f..61514a3f7 100644
--- a/opmlparser.php
+++ b/opmlparser.php
@@ -85,7 +85,7 @@ class OPMLParser {
* or null if the parsing failed
* @throws
*/
- public static function parse($raw){
+ public static function parse($raw) {
$parsed = new OPMLParser();
$xml_parser = new SimpleXMLElement($raw, LIBXML_NOERROR);