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-07-24 17:24:23 -04:00
..
FunctionLike Use object instead of by-ref params 2019-07-10 01:35:57 -04:00
Statements Add support for compact 2019-07-24 17:24:23 -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 Mark private properties unused when referenced only in constructor (#1962) 2019-07-21 23:29:16 -04:00
ClassLikeAnalyzer.php Fix FileAnalyzer memory leak 2019-06-29 21:06:21 -04:00
ClosureAnalyzer.php Allow closures to contain templated @var docblocks 2019-07-06 00:18:53 -04:00
CommentAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
FileAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
FunctionAnalyzer.php Fix #1953 - support third arg for explode 2019-07-17 14:13:34 -04:00
FunctionLikeAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
InterfaceAnalyzer.php Fix #1746 - allow DeprecatedInterface to be suppressed with referencedClass 2019-06-06 14:48:33 -04:00
MethodAnalyzer.php Use object instead of by-ref params 2019-07-10 01:35:57 -04:00
NamespaceAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
ProjectAnalyzer.php Issue 1926 unused variable (#1967) 2019-07-24 16:48:54 -04:00
ScopeAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
SourceAnalyzer.php Remove redundant casts and unused use statements (#1955) 2019-07-18 23:37:36 -04:00
StatementsAnalyzer.php Allow suppression of unused variable issues 2019-07-24 17:01:41 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Fix #1932 - coerce empty array passed as template param to general 2019-07-10 13:54:06 -04:00
TypeComparisonResult.php Massage arg type after coerced param 2019-07-10 12:12:51 -04:00