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-18 19:42:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
src
/
Psalm
/
Internal
/
Analyzer
/
Statements
History
Matt Brown
012dafad79
Fix
#5383
- prevent unsound use of new static for generics
2021-04-10 13:16:19 -04:00
..
Block
Taint mixed keys too
2021-03-24 16:42:30 -04:00
Expression
Fix
#5383
- prevent unsound use of new static for generics
2021-04-10 13:16:19 -04:00
BreakAnalyzer.php
…
ContinueAnalyzer.php
…
EchoAnalyzer.php
Detect mixed echo argument when unused variable detection is turned on
2021-03-20 20:53:51 -04:00
ExpressionAnalyzer.php
display PHP version when not understanding an expression (
#5268
)
2021-02-22 13:15:34 -05:00
GlobalAnalyzer.php
Track references on global variables (
#5122
)
2021-01-28 18:58:02 -05:00
ReturnAnalyzer.php
Add use statements
2021-03-20 22:17:22 -04:00
StaticAnalyzer.php
…
ThrowAnalyzer.php
…
UnsetAnalyzer.php
…
UnusedAssignmentRemover.php
…