1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 19:36:59 +01:00
psalm/src/Psalm/Plugin/Hook
Matthew Brown 317f790bde
New plugin hooks (#1405)
* Add a bunch of new hooks

* Add more integrations

* Add some broken tests

* Add more things

* Fix remaining interfaces

* Suppress proper issue

* UndefinedMethod should not stop analysis

* Add handlers for two custom method return types
2019-03-01 08:57:10 -05:00
..
AfterClassLikeAnalysisInterface.php Dropped unused uses 2019-02-17 13:17:45 -05:00
AfterClassLikeExistenceCheckInterface.php Migrate Codebase-namespaced and FileManipulation-namespaced classes to internals 2018-11-12 11:20:59 -05:00
AfterClassLikeVisitInterface.php Change DependencyFinderVisitor name to ReflectorVisitor and update docs 2018-11-13 14:09:43 -05:00
AfterCodebasePopulatedInterface.php Added Hook\AfterCodebasePopulatedInterface 2019-02-26 01:16:22 -05:00
AfterExpressionAnalysisInterface.php Migrate Codebase-namespaced and FileManipulation-namespaced classes to internals 2018-11-12 11:20:59 -05:00
AfterFunctionCallAnalysisInterface.php Migrate Codebase-namespaced and FileManipulation-namespaced classes to internals 2018-11-12 11:20:59 -05:00
AfterMethodCallAnalysisInterface.php Make sure method call return type is passed by ref 2018-11-22 00:40:22 -05:00
AfterStatementAnalysisInterface.php Migrate Codebase-namespaced and FileManipulation-namespaced classes to internals 2018-11-12 11:20:59 -05:00
FunctionExistenceProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
FunctionParamsProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
FunctionReturnTypeProviderInterface.php Improve handling of method/function return types 2019-02-27 17:06:44 -05:00
MethodExistenceProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
MethodParamsProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
MethodReturnTypeProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
MethodVisibilityProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
PropertyExistenceProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
PropertyTypeProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
PropertyVisibilityProviderInterface.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00