phpdoc-parser
phpdoc-parser copied to clipboard
Fix issue #216
This version of the PHPDocumentor doesn't validate the presence of the value before accessing it, which throws the error when it's undefined:
https://github.com/phpDocumentor/Reflection/blob/e13a8d8f6f2130f1f1a37ea02b1a76d8a039d10d/src/phpDocumentor/Reflection/IncludeReflector.php#L54-L57
Simply adding the validation fixes issue #216.