1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-08-02 01:55:24 -04:00
..
FunctionLike Fix #1846 - warn about missing interface return types 2019-07-28 19:03:12 -04:00
Statements Remove more memory leaks 2019-08-02 01:55:24 -04:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Remove more memory leaks 2019-08-02 01:55:24 -04:00
ClassLikeAnalyzer.php
ClosureAnalyzer.php
CommentAnalyzer.php
FileAnalyzer.php
FunctionAnalyzer.php
FunctionLikeAnalyzer.php
InterfaceAnalyzer.php Fix broken behaviour when analysing interface test methods 2019-07-28 19:44:36 -04:00
MethodAnalyzer.php
NamespaceAnalyzer.php
ProjectAnalyzer.php
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php Fix #1980 - don’t complain about UnusedVariable after continue 2019-07-31 17:35:56 -04:00
TraitAnalyzer.php
TypeAnalyzer.php
TypeComparisonResult.php