1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 01:09:38 +01:00
psalm/src/Psalm/Internal/Analyzer
Bruce Weirdan 05b8e0eea6
Replace all references to static variables when moving class (#8780)
Previously `psalter` would only replace the first occurence of the
property access. Now it replaces all properties (by keeping the old name
unknown in the context).
2022-11-27 10:44:53 -05:00
..
FunctionLike Add diagnostic message when shape fields are missing (#8762) 2022-11-26 11:26:36 -05:00
Statements Replace all references to static variables when moving class (#8780) 2022-11-27 10:44:53 -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 Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
ClassAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
ClassLikeAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
ClassLikeNameOptions.php
ClosureAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
CommentAnalyzer.php Immutable readonly 3 2022-10-03 15:13:47 +02:00
DataFlowNodeData.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
FileAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
FunctionAnalyzer.php
FunctionLikeAnalyzer.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
InterfaceAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
IssueData.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
MethodAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
MethodComparator.php Enforce arrow function formatting 2022-11-23 00:08:29 -04:00
NamespaceAnalyzer.php preg_replace with anchor will always only have 1 replacement, add limit for clarity and performance 2022-09-08 18:51:33 +02:00
ProjectAnalyzer.php Merge pull request #8714 from kkmuffme/dont-rewrite-config-hash-to-cache-when-unchanged 2022-11-18 22:08:37 +01:00
ScopeAnalyzer.php Applied ArraySpreadInsteadOfArrayMergeRector (take 2) 2022-07-29 18:17:21 -04:00
SourceAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
StatementsAnalyzer.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
TraitAnalyzer.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
TypeAnalyzer.php Applied ArraySpreadInsteadOfArrayMergeRector (take 2) 2022-07-29 18:17:21 -04:00