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
21798efed2
Fix
#3388
- eliminate null after < 0 check
2020-05-18 08:52:44 -04:00
..
Assignment
Fix
#3236
- allow use-checking of more methods starting with __
2020-05-12 22:39:26 -04:00
Call
Add non-empty-lowercase-string type
2020-05-15 10:18:05 -04:00
Fetch
Don’t stop analysing when encountering an UndefinedGlobalVariable
2020-05-14 22:51:51 -04:00
ArrayAnalyzer.php
…
AssertionFinder.php
Fix
#3388
- eliminate null after < 0 check
2020-05-18 08:52:44 -04:00
AssignmentAnalyzer.php
Improve refactor
2020-05-10 22:45:01 -04:00
BinaryOpAnalyzer.php
Add non-empty-lowercase-string type
2020-05-15 10:18:05 -04:00
CallAnalyzer.php
Add non-empty-lowercase-string type
2020-05-15 10:18:05 -04:00
IncludeAnalyzer.php
Add codes to all issues
2020-03-17 09:19:47 -04:00
TernaryAnalyzer.php
…