Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Introduce BeforeStatementAnalysisEvent #7535

Merged
merged 2 commits into from Jan 31, 2022

Commits on Jan 30, 2022

  1. [FEATURE] Introduce BeforeStatementAnalysisEvent

    As counterpart to existing `AfterStatementAnalysisEvent` - invoked in
    `\Psalm\Internal\Analyzer\StatementsAnalyzer` - this changed introcued
    a corresponding `BeforeStatementAnalysisEvent`.
    
    Resolves: vimeo#7534
    ohader committed Jan 30, 2022
    Copy the full SHA
    f598695 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Update src/Psalm/Plugin/EventHandler/Event/BeforeStatementAnalysisEve…

    …nt.php
    
    Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
    ohader and weirdan committed Jan 31, 2022
    Copy the full SHA
    c4c7138 View commit details
    Browse the repository at this point in the history