1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 12:38:35 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-10-01 19:31:08 -04:00
..
FunctionLike Fix #2013 - don’t add more specific return type when @inheritdoc present 2019-09-01 16:00:52 -04:00
Statements Fix #2156 - do better inference after isset 2019-10-01 19:31:08 -04:00
AlgebraAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
CanAlias.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
ClassAnalyzer.php Add back interface complaint 2019-09-22 20:42:31 -04:00
ClassLikeAnalyzer.php Allow use of namespaced Resource class 2019-08-26 00:08:18 -04:00
ClosureAnalyzer.php Allow closures to contain templated @var docblocks 2019-07-06 00:18:53 -04:00
CommentAnalyzer.php Fix #2148 - support arrays properly 2019-09-21 21:50:11 -04:00
FileAnalyzer.php Conditionally verify that array offsets exist (#2147) 2019-09-18 14:21:06 -04:00
FunctionAnalyzer.php Conditionally verify that array offsets exist (#2147) 2019-09-18 14:21:06 -04:00
FunctionLikeAnalyzer.php Fix #2182 - allow modification to cloned objects inside 2019-09-30 22:07:20 -04:00
InterfaceAnalyzer.php Fix broken behaviour when analysing interface test methods 2019-07-28 19:44:36 -04:00
MethodAnalyzer.php Fix #2170 - allow @method annotations to override inherited immutable ones 2019-09-25 17:39:32 -04:00
NamespaceAnalyzer.php Fix typos (#2003) 2019-08-11 17:13:43 -04:00
ProjectAnalyzer.php Fix #2173 - remove @var annotations automatically 2019-09-26 15:08:05 -04:00
ScopeAnalyzer.php Fix #2183 - evaluate return after do with break inside 2019-09-29 16:12:52 -04:00
SourceAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
StatementsAnalyzer.php Fix #2156 - do better inference after isset 2019-10-01 19:31:08 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Fix #2156 - do better inference after isset 2019-10-01 19:31:08 -04:00
TypeComparisonResult.php Massage arg type after coerced param 2019-07-10 12:12:51 -04:00