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-09-03 13:49:15 -04:00
..
FunctionLike Fix #2013 - don’t add more specific return type when @inheritdoc present 2019-09-01 16:00:52 -04:00
Statements Warn about unnecessary use of DateTimeImmutable 2019-09-03 13:49:15 -04:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php
ClassLikeAnalyzer.php
ClosureAnalyzer.php
CommentAnalyzer.php Change @immutable to @psalm-immutable 2019-08-31 18:43:45 -04:00
FileAnalyzer.php
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Fix #2089 - properly coerce arguments 2019-09-01 10:10:38 -04:00
InterfaceAnalyzer.php
MethodAnalyzer.php Fix #2091 - $this properties should be replaced in trait types 2019-09-01 15:45:28 -04:00
NamespaceAnalyzer.php
ProjectAnalyzer.php
ScopeAnalyzer.php
SourceAnalyzer.php
StatementsAnalyzer.php Detect use of static inside pure function 2019-08-31 21:31:53 -04:00
TraitAnalyzer.php
TypeAnalyzer.php
TypeComparisonResult.php