1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Analyzer
AndrolGenhald 80e94daefb Fix class const issue when using floats declared in future consts (fixes #7973).
- Calculate literal type for float arithmetic instead of only for int arithmetic
 - Fix copy/paste fail causing InvalidConstantAssignmentValue to be marked as fixable
2022-05-20 14:46:05 -05:00
..
FunctionLike Fix crash due to unresolvable constant. 2022-01-25 17:03:13 -06:00
Statements Fix class const issue when using floats declared in future consts (fixes #7973). 2022-05-20 14:46:05 -05: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 Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
ClassLikeAnalyzer.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ClassLikeNameOptions.php Mark internal classes @internal 2022-01-03 09:33:22 +02:00
ClosureAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
CommentAnalyzer.php
DataFlowNodeData.php Mark internal classes @internal 2022-01-03 09:33:22 +02:00
FileAnalyzer.php Attribute analysis improvements. 2022-02-23 22:12:32 -06:00
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
InterfaceAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
IssueData.php Mark internal classes @internal 2022-01-03 09:33:22 +02:00
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
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 A little light refactoring 2022-03-02 17:27:58 -05:00
TraitAnalyzer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
TypeAnalyzer.php Dropped deprecated TypeAnalyzer methods 2022-01-03 19:48:43 +02:00