1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 19:36:59 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-01-01 12:49:12 -05:00
..
FunctionLike Fix #2349 - use function suppressed issues 2019-12-31 09:16:49 -05:00
Statements Fix psalm running 2020-01-01 12:49:12 -05:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Fix tests to give more accurate locations 2019-12-20 18:18:26 +00:00
ClassLikeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ClosureAnalyzer.php Add working arrow-functions implementation 2019-11-26 23:52:26 -05:00
CommentAnalyzer.php Process phpstan-template in class docblocks 2019-12-29 16:08:09 -05:00
FileAnalyzer.php Fix #2505 - don’t attempt to analyse classes that weren‘t properly scanned 2019-12-31 08:04:51 -05:00
FunctionAnalyzer.php Move explode handling into its own file 2019-12-30 16:39:37 -05:00
FunctionLikeAnalyzer.php Fix #2508 - don’t replace templated types with generic ones inside own function 2019-12-28 18:38:02 -05:00
InterfaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
MethodAnalyzer.php Include non-empty-string type in more places 2019-12-30 07:25:36 -05:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php Make travis green again (#2518) 2019-12-27 19:06:09 -05:00
ScopeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
SourceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
StatementsAnalyzer.php Fix #2508 - don’t replace templated types with generic ones inside own function 2019-12-28 18:38:02 -05:00
TraitAnalyzer.php
TypeAnalyzer.php Include non-empty-string type in more places 2019-12-30 07:25:36 -05:00
TypeComparisonResult.php Fix #2275 - allow extended templated types to bypass mixed type coercion rules 2019-10-29 10:07:34 +00:00