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
/
Expression
History
Brown
8d06c6a700
Fix
#1480
by remembering where a property was set
2019-03-19 19:43:18 -04:00
..
Assignment
Fix
#1480
by remembering where a property was set
2019-03-19 19:43:18 -04:00
Call
Fix
#1461
- check interfaces when analysing abstract method call
2019-03-17 14:16:52 -04:00
Fetch
Allow reconciling superglobal types
2019-03-16 12:49:38 -04:00
ArrayAnalyzer.php
…
AssertionFinder.php
Catch negated instanceof bugs
2019-03-16 12:34:48 -04:00
AssignmentAnalyzer.php
Fix
#1368
- improve message formatting
2019-03-16 12:53:54 -04:00
BinaryOpAnalyzer.php
Add defining class and increas string length
2019-03-12 12:58:04 -04:00
CallAnalyzer.php
Fix
#1480
by remembering where a property was set
2019-03-19 19:43:18 -04:00
IncludeAnalyzer.php
Fix
#1356
- improve assertion system to work better on function calls
2019-02-26 01:03:33 -05:00
TernaryAnalyzer.php
…