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-22 05:41:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
src
/
Psalm
/
Internal
/
Analyzer
/
Statements
/
Expression
History
Brown
548c9f7e65
Remove unused var
2020-01-24 14:09:25 -05:00
..
Assignment
Fix typo
2020-01-07 01:06:51 -05:00
Call
Remove unused var
2020-01-24 14:09:25 -05:00
Fetch
Fix
#2644
- improve type inference of autoloaded constants
2020-01-17 09:52:43 -05:00
ArrayAnalyzer.php
…
AssertionFinder.php
Fix
#2645
- add workarounds for some edgecases
2020-01-17 10:25:05 -05:00
AssignmentAnalyzer.php
Fix
#2632
- detect invalid by-ref assignments in pure functions
2020-01-23 14:21:34 -05:00
BinaryOpAnalyzer.php
Fix
#2677
- use better assertion for null coalesce
2020-01-23 14:52:35 -05:00
CallAnalyzer.php
Fix
#2685
- always evaluate $a++ in unknown call
2020-01-24 10:32:28 -05:00
IncludeAnalyzer.php
…
TernaryAnalyzer.php
…