Hello
authorCameron Ball <cameron@getapproved.com.au>
Fri, 7 Nov 2014 09:40:01 +0000 (17:40 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Fri, 7 Nov 2014 09:40:01 +0000 (17:40 +0800)
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);
     }