mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
e3602bbfe1
This change introduces new `BeforeAddIssueEvent` which is invoked from `IssueBuffer::add`, which allows to collect and intercept code issue in a generic way. Resolves: #7528