orklah
|
ead107fa9e
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2020-09-12 11:24:05 -04:00 |
|
orklah
|
8c7423505a
|
add native param types (#4137)
* add native param types
* redundant phpdoc
* add more param types and adds "?" to nullable types
* remove redundant phpdoc
* add more param types and remove redundant phpdoc
* add more param types and remove redundant phpdoc
|
2020-09-06 19:36:47 -04:00 |
|
orklah
|
f66d57f19d
|
add native return types (#4116)
* add native return types
* remove redundant phpdoc
|
2020-09-04 16:26:33 -04:00 |
|
orklah
|
73f6fcde48
|
Short list syntax (#4102)
* Short list syntax
* revert unrelated CS
|
2020-09-02 00:17:41 -04:00 |
|
Brown
|
92239add4d
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |
|
Brown
|
3ca4a576e7
|
Fix treatment of closure params in array_map
|
2020-08-29 11:10:09 -04:00 |
|
Brown
|
38bfc12b98
|
Fix array_shift behaviour to be more accurate with lists
Fixes #3941
|
2020-08-05 12:43:37 -04:00 |
|
Matthew Brown
|
ab64ccab88
|
Fix #3913 properly
|
2020-07-31 14:56:29 -04:00 |
|
Brown
|
983f233026
|
Improve unpacking
|
2020-07-22 00:35:18 -04:00 |
|
Brown
|
962265e98e
|
Hopefully final fixes
|
2020-07-21 23:59:11 -04:00 |
|
Brown
|
7ef3d4711f
|
Fix some more tests
|
2020-07-21 23:16:56 -04:00 |
|
Brown
|
76bd5b6278
|
Refactor type comparison
|
2020-07-21 19:40:35 -04:00 |
|
Brown
|
a2dbd31371
|
Fix usage of array_push results
|
2020-07-16 13:44:51 -04:00 |
|
Brown
|
4f872674f9
|
Add space
|
2020-07-10 14:40:25 -04:00 |
|
Brown
|
cd8420aa94
|
Skip optimisation for unpacked args
|
2020-07-10 13:04:37 -04:00 |
|
Brown
|
d8eca89b44
|
Remove redundancy
|
2020-07-10 10:35:26 -04:00 |
|
Brown
|
38fdf4bef6
|
Treat array_push($a, ... as $a[]= ...
|
2020-07-10 10:20:02 -04:00 |
|
Brown
|
0f548c83ea
|
Fix redundant condition
|
2020-07-01 19:31:10 -04:00 |
|
Brown
|
6c62e46d15
|
Only emit one error for erroneous array_map string closure types
|
2020-07-01 19:18:01 -04:00 |
|
Brown
|
95bf7f835b
|
Improve handling of array_map, faking out calls where nececssary
|
2020-06-25 13:05:34 -04:00 |
|
Brown
|
118b700436
|
Simplify sink mapping for internal calls
|
2020-05-25 13:10:06 -04:00 |
|
Brown
|
8e5b330c5a
|
Break apart CallAnalyzer
|
2020-05-18 22:57:00 -04:00 |
|