1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-07-10 10:35:26 -04:00
..
FunctionLike Improve handling of array_map, faking out calls where nececssary 2020-06-25 13:05:34 -04:00
Statements Remove redundancy 2020-07-10 10:35:26 -04:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Fix some property inference bugs 2020-07-08 14:43:36 -04:00
ClassLikeAnalyzer.php
ClosureAnalyzer.php
CommentAnalyzer.php Fix #3742 - add null to type after possibly null array access 2020-07-05 09:12:07 -04:00
FileAnalyzer.php Fix too-long line 2020-06-13 16:45:54 -04:00
FunctionAnalyzer.php Fix #3631 - better treatment for assignments in complex conditionals 2020-06-24 13:16:52 -04:00
FunctionLikeAnalyzer.php Improve handling of array_map, faking out calls where nececssary 2020-06-25 13:05:34 -04:00
InterfaceAnalyzer.php
IssueData.php Fix #3676 - add multiline output for TaintedInput issues 2020-06-30 13:17:51 -04:00
MethodAnalyzer.php
MethodComparator.php Fix #3600 - conditional return should be removed before comparison 2020-06-17 12:57:50 -04:00
NamespaceAnalyzer.php
ProjectAnalyzer.php Support generating a .console report text file. (#3777) 2020-07-08 15:09:31 -04:00
ScopeAnalyzer.php Detect never-return statement same as a throw 2020-05-26 15:02:23 -04:00
SourceAnalyzer.php
StatementsAnalyzer.php Fix #3755 - prevent crash when throw class not found 2020-07-07 00:29:46 -04:00
TaintNodeData.php Fix #3676 - add multiline output for TaintedInput issues 2020-06-30 13:17:51 -04:00
TraitAnalyzer.php
TypeAnalyzer.php Fix #3551 - count method can be impure 2020-06-14 11:06:53 -04:00
TypeComparisonResult.php