1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Internal/Analyzer
2019-08-18 17:18:03 -04:00
..
FunctionLike Add better typing 2019-08-14 00:47:57 -04:00
Statements Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -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 Prepare for tracking unused suppressions 2019-08-18 12:25:48 -04:00
ClassLikeAnalyzer.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
ClosureAnalyzer.php Allow closures to contain templated @var docblocks 2019-07-06 00:18:53 -04:00
CommentAnalyzer.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
FileAnalyzer.php Prepare for tracking unused suppressions 2019-08-18 12:25:48 -04:00
FunctionAnalyzer.php Remove false-positive for callmap function arg 2019-08-13 14:53:31 -04:00
FunctionLikeAnalyzer.php Prevent erroneous unused suppressions from plugin 2019-08-18 17:18:03 -04:00
InterfaceAnalyzer.php Fix broken behaviour when analysing interface test methods 2019-07-28 19:44:36 -04:00
MethodAnalyzer.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
NamespaceAnalyzer.php Fix typos (#2003) 2019-08-11 17:13:43 -04:00
ProjectAnalyzer.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -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 Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
TraitAnalyzer.php Rewrite use statements 2019-06-05 22:13:33 -04:00
TypeAnalyzer.php Fix #2026 - add support for calling __toString implicitly after method_exists 2019-08-16 11:33:58 -04:00
TypeComparisonResult.php Massage arg type after coerced param 2019-07-10 12:12:51 -04:00