1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 17:27:28 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
Bruce Weirdan 5dec7f3dc3
Enforce literal string length limit
Fixes vimeo/psalm#9376

Ensures:
* that we never have a literal string exceeding the length limit
* that we call string interpreter for all literal strings
2023-02-23 04:01:29 -04:00
..
Block Refine arrays in foreach loops to non-empty-array 2023-02-22 20:44:50 -04:00
Expression Enforce literal string length limit 2023-02-23 04:01:29 -04:00
BreakAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ContinueAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EchoAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ExpressionAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
GlobalAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
ReturnAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
StaticAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
ThrowAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
UnsetAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
UnusedAssignmentRemover.php Require trailing commas 2022-12-18 13:20:31 -06:00