This website requires JavaScript.
Explore
Help
Sign In
danog
/
psalm
Watch
1
Star
0
Fork
0
You've already forked psalm
mirror of
https://github.com/danog/psalm.git
synced
2025-01-21 21:31:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
src
/
Psalm
/
Internal
/
Analyzer
/
Statements
/
Block
History
Brown
cf799d0926
Fix
#2173
- remove @var annotations automatically
2019-09-26 15:08:05 -04:00
..
DoAnalyzer.php
Add detection for unused function calls
2019-08-13 13:15:23 -04:00
ForAnalyzer.php
Fully qualify constants and function calls (
#1849
)
2019-06-26 16:52:29 -04:00
ForeachAnalyzer.php
Fix
#2173
- remove @var annotations automatically
2019-09-26 15:08:05 -04:00
IfAnalyzer.php
Fix
#2159
- only apply elseif conditions to vars that exist in main context
2019-09-21 16:58:31 -04:00
LoopAnalyzer.php
Fix
#2007
- improve unused variable detection in always-entered loops
2019-08-12 16:01:24 -04:00
SwitchAnalyzer.php
Add detection for unused function calls
2019-08-13 13:15:23 -04:00
TryAnalyzer.php
Add better handling of catch-reassigned vars
2019-08-26 11:41:15 -04:00
WhileAnalyzer.php
Add detection for unused function calls
2019-08-13 13:15:23 -04:00