1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Plugin/EventHandler
2021-10-09 23:37:04 +02:00
..
Event ->args to ->getArgs 2021-10-09 23:37:04 +02:00
AddTaintsInterface.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
AfterAnalysisInterface.php
AfterClassLikeAnalysisInterface.php
AfterClassLikeExistenceCheckInterface.php
AfterClassLikeVisitInterface.php
AfterCodebasePopulatedInterface.php
AfterEveryFunctionCallAnalysisInterface.php
AfterExpressionAnalysisInterface.php
AfterFileAnalysisInterface.php
AfterFunctionCallAnalysisInterface.php
AfterFunctionLikeAnalysisInterface.php
AfterMethodCallAnalysisInterface.php
AfterStatementAnalysisInterface.php
BeforeFileAnalysisInterface.php
FunctionExistenceProviderInterface.php
FunctionParamsProviderInterface.php
FunctionReturnTypeProviderInterface.php
MethodExistenceProviderInterface.php
MethodParamsProviderInterface.php
MethodReturnTypeProviderInterface.php
MethodVisibilityProviderInterface.php
PropertyExistenceProviderInterface.php
PropertyTypeProviderInterface.php
PropertyVisibilityProviderInterface.php
RemoveTaintsInterface.php Added event to prevent tainting. (#5398) 2021-03-19 22:41:41 -04:00
StringInterpreterInterface.php