Hello
[rock.divinelegy.git] / Services / SimfileParser.php
index 6b3cef0..8eb0409 100644 (file)
@@ -20,6 +20,7 @@ class SimfileParser implements ISimfileParser
         
     public function __construct($simfileData)
     {
+        //XXX: Should I explode on ';' instead? That seems like it might be a more reliable delimiter
         $this->_smFileLines = explode("\n", $simfileData);
     }