mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add BeforeAnalyzeFileInterface to Plugin documentation (#3413)
This was missing for one reason or another.
This commit is contained in:
parent
3effdc5b69
commit
1c3796d2a0
@ -72,6 +72,7 @@ class SomePlugin implements \Psalm\Plugin\Hook\AfterStatementAnalysisInterface
|
||||
- `AfterFunctionLikeAnalysisInterface` - called after Psalm has completed its analysis of a given function-like.
|
||||
- `AfterMethodCallAnalysisInterface` - called after Psalm analyzes a method call.
|
||||
- `AfterStatementAnalysisInterface` - called after Psalm evaluates an statement.
|
||||
- `BeforeAnalyzeFileInterface` - called before Psalm analyzes a file.
|
||||
- `FunctionExistenceProviderInterface` - can be used to override Psalm's builtin function existence checks for one or more functions.
|
||||
- `FunctionParamsProviderInterface.php` - can be used to override Psalm's builtin function parameter lookup for one or more functions.
|
||||
- `FunctionReturnTypeProviderInterface` - can be used to override Psalm's builtin function return type lookup for one or more functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user