1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-01-28 17:54:50 -05:00
..
FunctionLike Remove a bunch of hacks around generic offsets 2019-01-26 16:58:49 -05:00
Statements Fix possible fatal when builtin function is called in array_filter 2019-01-28 17:54:50 -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 Fix possible crash when class-string class doesn’t exist 2019-01-28 01:12:41 -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 Restrict template-extends to actual extends 2019-01-27 21:00:27 -05:00
FileAnalyzer.php Fix #1215 - prevent bad code from crashing Psalm 2019-01-20 11:10:12 -05:00
FunctionAnalyzer.php Add checks for rounded values 2019-01-28 11:57:49 -05:00
FunctionLikeAnalyzer.php Remove a bunch of hacks around generic offsets 2019-01-26 16:58:49 -05:00
InterfaceAnalyzer.php Detect bad interface types 2019-01-19 12:19:51 -05:00
MethodAnalyzer.php Fix #1072 - add support for @use SomeTrait<T> 2019-01-27 23:12:40 -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 #1173 - transform const X = true to a true type 2019-01-21 16:55:50 -05:00
TraitAnalyzer.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
TypeAnalyzer.php Fix #1253 - prevent ints from coercing to literal floats 2019-01-27 23:21:54 -05:00