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
d7ee952084
Infer closure param type for array_filter/array_map
...
Fixes
#664
2019-05-07 16:27:25 -04:00
..
Assignment
Allow diff mode with --find-dead-code
2019-04-27 17:38:24 -04:00
Call
Allow diff mode with --find-dead-code
2019-04-27 17:38:24 -04:00
Fetch
Allow diff mode with --find-dead-code
2019-04-27 17:38:24 -04:00
ArrayAnalyzer.php
Cast null array key to empty string
2019-03-22 16:45:17 -04:00
AssertionFinder.php
Fix
#1591
- allow variable typed to string to be compared to literal in reverse order
2019-05-02 00:50:35 -04:00
AssignmentAnalyzer.php
Fix unused variables now found in Psalm’s code
2019-05-02 17:21:23 -04:00
BinaryOpAnalyzer.php
Fix typo: "Arithmentic" -> "Arithmetic"
2019-03-24 23:00:51 -04:00
CallAnalyzer.php
Infer closure param type for array_filter/array_map
2019-05-07 16:27:25 -04:00
IncludeAnalyzer.php
Fix
#1526
- ignore files if they weren’t picked up in scanning step
2019-04-03 10:43:48 -04:00
TernaryAnalyzer.php
Avoid false positive for param
2019-05-02 15:33:47 -04:00