mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
When a tag has an invalid component to it it would cause a whole file to fail to parse. Instead we should consider invalid tags a nuisance but not worth breaking the whole parsing over. In this change I have added a try..catch that will prevent invalid tags from breaking the whole parsing process.