summaryrefslogtreecommitdiffstats
path: root/opmlparser.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 15:21:03 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 15:21:03 +0200
commita59854cc809828501371dc934362c81a82e83cee (patch)
tree24e9172389f9fdf3aaaac50452f90c8dc9e77ed1 /opmlparser.php
parentce2e3bd0cba51d5625c53d14bd58204eca89eaf2 (diff)
adding space between) and {
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);