1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-02-23 18:20:59 -05:00
..
FunctionLike Fix #2721 - only warn about deprecated classes exactly where they are used 2020-02-22 01:12:19 -05:00
Statements Fix null checks 2020-02-23 18:20:59 -05:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Fix #2242 - warn when using mutable dependencies 2020-02-22 10:04:46 -05:00
ClassLikeAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
ClosureAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
CommentAnalyzer.php Fix #2798 - strip out trailing commas in object-like @return types 2020-02-12 09:18:43 -05:00
FileAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
FunctionAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
FunctionLikeAnalyzer.php Fix #2721 - only warn about deprecated classes exactly where they are used 2020-02-22 01:12:19 -05:00
InterfaceAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
IssueData.php Update issue levels 2020-02-17 16:32:16 -05:00
MethodAnalyzer.php Detect bugs similar to that which caused #2832 2020-02-18 12:53:54 -05:00
NamespaceAnalyzer.php
ProjectAnalyzer.php Make config generation smarter 2020-02-17 22:05:58 -05:00
ScopeAnalyzer.php
SourceAnalyzer.php Remove some unnecessary errors 2020-02-06 23:10:18 -05:00
StatementsAnalyzer.php Add null check 2020-02-21 16:04:18 -05:00
TraitAnalyzer.php
TypeAnalyzer.php Prevent more array<mixed,...> creation 2020-02-22 12:12:40 -05:00
TypeComparisonResult.php