1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp
Matt Brown 14efde286f 4.x - refactor unused variable detection
This turns unused variable detection into an explicit control-flow problem, where before we had a more simplistic mark-and-sweep algorithm
2020-09-30 12:28:13 -04:00
..
AndAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
CoalesceAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
ConcatAnalyzer.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
NonComparisonOpAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00
NonDivArithmeticOpAnalyzer.php replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2020-09-13 16:39:06 -04:00
OrAnalyzer.php 4.x - refactor unused variable detection 2020-09-30 12:28:13 -04:00