EvanDotPro/EdpSuperluminal

Parse error: syntax error, unexpected '}', expecting '{' in data\cache\classes.php.cache on line 2

Opened this issue · 2 comments

Warning: strpos() [function.strpos]: Empty delimiter in vendor\EvanDotPro\EdpSuperluminal\Module.php on line 144

Looking into this -- the strpos() warning on line 144 appears to be an issue when you have a class being cached which has no namespace. Shouldn't be too difficult to fix this. I'm not sure about the parse error on line 2 of the cache file though -- could you provide more context on that?

Turns out it's a bug in Zend\Code. See ZF2 PR #1797. Once that's merged, this issue should be resolved.