1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Internal/Analyzer
2022-07-27 17:42:48 +02:00
..
FunctionLike
Statements Fix #8322, #8319 2022-07-27 17:42:48 +02:00
AlgebraAnalyzer.php Add a few additional dupes 2022-04-01 12:19:29 +02:00
AttributesAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
CanAlias.php
ClassAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
ClassLikeAnalyzer.php
ClassLikeNameOptions.php
ClosureAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
CommentAnalyzer.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
DataFlowNodeData.php
FileAnalyzer.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
InterfaceAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
IssueData.php
MethodAnalyzer.php
MethodComparator.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
NamespaceAnalyzer.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
ProjectAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
ScopeAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
SourceAnalyzer.php
StatementsAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
TraitAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
TypeAnalyzer.php