Call to undefined method PHPObjectSymbolResolver\Parser::parserFor()
cayolblake opened this issue · 1 comments
cayolblake commented
Trying to run the demo.php example, I am getting the following error.
PHP Fatal error: Uncaught Error: Call to undefined method PHPObjectSymbolResolver\Parser::parserFor()
Trying to search the library source code couldn't find parserFor() method.
Any idea?
bwoebi commented
Fixed, it's been renamed to parseFor(), but the file wasn't updated.