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-01-30 17:22:40 -05:00
..
FunctionLike Better understand nesting loops and switches 2020-01-27 12:17:12 -05:00
Statements Always Be Cloning 2020-01-30 17:22:40 -05:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Index issues by file to reduce some lookups 2020-01-21 21:07:44 -05:00
ClassLikeAnalyzer.php Fix #2626 - allow assertions on resource types 2020-01-17 11:55:16 -05:00
ClosureAnalyzer.php Add working arrow-functions implementation 2019-11-26 23:52:26 -05:00
CommentAnalyzer.php Add initial support for @mixin Foo 2020-01-02 23:50:19 -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 Union::getTypes to Union::getAtomicTypes 2020-01-04 12:20:26 -05:00
FunctionLikeAnalyzer.php Fix #2632 - detect invalid by-ref assignments in pure functions 2020-01-23 14:21:34 -05:00
InterfaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
MethodAnalyzer.php Fix abstract trait method implementation errors when using self 2020-01-24 11:15:35 -05:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php Fix phpcs 2020-01-13 17:28:00 -05:00
ScopeAnalyzer.php Add slash 2020-01-27 12:26:06 -05:00
SourceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
StatementsAnalyzer.php Add more type-system protections for bad array args 2020-01-29 23:41:17 -05:00
TraitAnalyzer.php
TypeAnalyzer.php Add more type-system protections for bad array args 2020-01-29 23:41:17 -05:00
TypeComparisonResult.php