1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-01-12 10:52:23 -05:00
..
FunctionLike Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
Statements Refactor the method call analyzer a little 2019-01-12 09:13:54 -05:00
AlgebraAnalyzer.php Fix #1181 - improve handling of complicated conditionals 2019-01-08 12:33:44 -05:00
CanAlias.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ClassAnalyzer.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
ClassLikeAnalyzer.php Prohibit leaking of template params across class boundaries 2019-01-10 12:13:49 -05:00
ClosureAnalyzer.php Improve treatment of templated params within function analysis 2018-12-17 23:29:27 -05:00
CommentAnalyzer.php Fix #1067 - add support for @template-extends 2019-01-10 16:59:44 -05:00
FileAnalyzer.php Prohibit leaking of template params across class boundaries 2019-01-10 12:13:49 -05:00
FunctionAnalyzer.php Fix #1168 - better return type for range 2019-01-06 13:02:46 -05:00
FunctionLikeAnalyzer.php Prohibit leaking of template params across class boundaries 2019-01-10 12:13:49 -05:00
InterfaceAnalyzer.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
MethodAnalyzer.php Make param type checks use template_extends too 2019-01-11 11:18:51 -05:00
NamespaceAnalyzer.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
ProjectAnalyzer.php Only use one thread for language server if there’s no pcntl extension 2019-01-10 00:15:59 -05:00
ScopeAnalyzer.php Do better at finding things that exit 2019-01-02 18:14:47 -05:00
SourceAnalyzer.php Prohibit leaking of template params across class boundaries 2019-01-10 12:13:49 -05:00
StatementsAnalyzer.php Fix #1181 - improve handling of complicated conditionals 2019-01-08 12:33:44 -05:00
TraitAnalyzer.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
TypeAnalyzer.php Add check for @template-extends return types 2019-01-10 19:01:30 -05:00