1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Internal/Analyzer
2020-03-24 18:32:57 -04:00
..
FunctionLike Break out template param collection 2020-03-11 23:15:15 -04:00
Statements Improve new $class to make it more static-y 2020-03-24 18:30:08 -04:00
AlgebraAnalyzer.php
CanAlias.php
ClassAnalyzer.php Fix unknown variable 2020-03-21 20:53:46 -04:00
ClassLikeAnalyzer.php Allow types to be traversed 2020-03-14 23:54:51 -04:00
ClosureAnalyzer.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
CommentAnalyzer.php Initial commit (#3013) 2020-03-24 18:32:57 -04:00
FileAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
FunctionAnalyzer.php Fix indentation 2020-03-15 14:14:53 -04:00
FunctionLikeAnalyzer.php Allow final classes to bypass static checks 2020-03-24 18:14:10 -04:00
InterfaceAnalyzer.php Break out methods into their own classes 2020-03-11 23:04:52 -04:00
IssueData.php Use simpler method for generating links 2020-03-19 17:12:16 -04:00
MethodAnalyzer.php Break out more methods 2020-03-11 23:38:49 -04:00
MethodComparator.php Break apart large methods 2020-03-12 01:19:11 -04:00
NamespaceAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
ProjectAnalyzer.php use file contents intead of filemtime to detect changed files (#2991) 2020-03-18 13:36:11 -04:00
ScopeAnalyzer.php Add slash 2020-01-27 12:26:06 -05:00
SourceAnalyzer.php Remove some unnecessary errors 2020-02-06 23:10:18 -05:00
StatementsAnalyzer.php Improve fix 2020-03-17 17:34:45 -04:00
TraitAnalyzer.php
TypeAnalyzer.php Things with mixed values can be the same 2020-03-23 12:08:05 -04:00
TypeComparisonResult.php