1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-04-08 21:03:05 -04:00
..
FunctionLike Ensure Generator return types are enforced for a function using yield from 2020-04-06 09:23:13 -04:00
Statements Fix handling of built arrays 2020-04-08 16:11:11 -04:00
AlgebraAnalyzer.php Convert method from recursive to inline 2020-03-29 19:42:22 -04:00
CanAlias.php
ClassAnalyzer.php Add many slashes 2020-03-29 15:56:45 -04:00
ClassLikeAnalyzer.php Fix #3096 - forget clauses in context after call 2020-04-08 01:03:37 -04:00
ClosureAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
CommentAnalyzer.php Support intersection types for object-like arrays (#3064) 2020-04-08 09:35:53 -04:00
FileAnalyzer.php Fix #3032 - always replay docblock issues when analysing files 2020-03-28 19:54:55 -04:00
FunctionAnalyzer.php Convert a bunch of custom-handled functions to conditional stubbed ones 2020-04-07 16:48:29 -04:00
FunctionLikeAnalyzer.php Don’t check params when mutations are being collected 2020-03-31 15:49:43 -04:00
InterfaceAnalyzer.php Use more accurate means of determining whether function did return 2020-03-28 23:37:42 -04:00
IssueData.php Use simpler method for generating links 2020-03-19 17:12:16 -04:00
MethodAnalyzer.php Do prep work for #3024 - improve handling of absent class references 2020-03-26 12:35:27 -04:00
MethodComparator.php Fix #3084 - keep track of upper and lower bounds of inferred template types 2020-04-07 00:13:56 -04:00
NamespaceAnalyzer.php Refactor reference checks to use more appropriate properties 2020-03-28 16:30:56 -04:00
ProjectAnalyzer.php Don’t check stub files for non-unused-code checks 2020-04-01 16:31:28 -04:00
ScopeAnalyzer.php Add slash 2020-01-27 12:26:06 -05:00
SourceAnalyzer.php Remove some unnecessary errors 2020-02-06 23:10:18 -05:00
StatementsAnalyzer.php @psalm-trace is now a specific low-level issue, because plain debug print breaks structured output (after #3080) (#3106) 2020-04-08 21:03:05 -04:00
TraitAnalyzer.php
TypeAnalyzer.php Fix #3084 - keep track of upper and lower bounds of inferred template types 2020-04-07 00:13:56 -04:00
TypeComparisonResult.php