Brown
|
9ed09d2679
|
Fix #4127 - improve error message for unused closure var
|
2020-09-12 17:03:11 -04:00 |
|
ygottschalk
|
5b0c9b1a28
|
added array-size max constraint to greater check (#4175)
added a few unit tests
|
2020-09-12 16:13:13 -04:00 |
|
Brown
|
09d22cb05c
|
Fix #4169 - add appropriate bounds check
|
2020-09-12 11:33:26 -04:00 |
|
orklah
|
ead107fa9e
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2020-09-12 11:24:05 -04:00 |
|
Brown
|
eda426a594
|
Improve unique issue solution
|
2020-09-10 22:54:30 -04:00 |
|
Brown
|
00ad09816f
|
Fix tests
|
2020-09-10 19:05:47 -04:00 |
|
Brown
|
aaede393d4
|
Fix #4070 - prevent literal strpos argument
|
2020-09-10 18:28:34 -04:00 |
|
Brown
|
2100dbd8aa
|
Fix #4167 - allow many issues for the same position
|
2020-09-10 17:41:45 -04:00 |
|
Brown
|
29efab5cc2
|
Fix #4154 - treat literal numeric strings as numeric
|
2020-09-07 23:29:46 -04:00 |
|
Brown
|
877a81f808
|
Always detect return type mismatches from docblock parents
|
2020-09-07 16:42:25 -04:00 |
|
Brown
|
4ffdbe0a21
|
Fix some signatures
|
2020-09-07 16:00:27 -04:00 |
|
Brown
|
f78fbbe4c9
|
Fix #4146 - allow null checks on Iterator::current output
|
2020-09-07 11:40:36 -04:00 |
|
Brown
|
02a58f787b
|
Fix #4148 - add Closure to scanned classes when arrow function is seen
|
2020-09-07 11:11:01 -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 |
|
Matthew Brown
|
422271b2cf
|
Prevent variables named "haystack" from receiving literal strings
cc @staabm
|
2020-09-05 00:35:48 -04:00 |
|
Matthew Brown
|
3605eeee04
|
Support analysing preg_match_all args in reverse to infer matches type
|
2020-09-04 20:33:02 -04:00 |
|
Brown
|
d3d8c4ed87
|
Hard code possible bit-shift values
|
2020-09-04 18:31:50 -04:00 |
|
Brown
|
4d82d3ddad
|
Fix #4128 - improve understanding of preg_match_all
|
2020-09-04 18:10:14 -04:00 |
|
Brown
|
f4c2edf40b
|
Fix #4132 - ignore purity of $this when checking for initialisation
|
2020-09-04 16:46:20 -04:00 |
|
orklah
|
f66d57f19d
|
add native return types (#4116)
* add native return types
* remove redundant phpdoc
|
2020-09-04 16:26:33 -04:00 |
|
Brown
|
66251d8d59
|
Improve tests a little
|
2020-09-03 16:51:43 -04:00 |
|
Brown
|
68ebef2a2e
|
Clean up immutable fix
|
2020-09-03 15:32:14 -04:00 |
|
Brown
|
8505ca2a23
|
Allow passing mutable object into immutable class to store reference
|
2020-09-03 15:28:09 -04:00 |
|
Brown
|
bd27e8b17b
|
Fix #4109 - detect duplicate match condition
|
2020-09-02 20:08:09 -04:00 |
|
Brown
|
28a107e620
|
Fix #4112 - allow slashes in docblock tag names
|
2020-09-02 19:39:59 -04:00 |
|
orklah
|
73f6fcde48
|
Short list syntax (#4102)
* Short list syntax
* revert unrelated CS
|
2020-09-02 00:17:41 -04:00 |
|
Brown
|
c2f492a4ca
|
Add more accomodations for TPositiveInt
|
2020-09-01 13:03:57 -04:00 |
|
Brown
|
b5279cd7d4
|
Fix erroneous Closure::__invoke return type
|
2020-09-01 12:33:25 -04:00 |
|
Brown
|
548ac1129c
|
Fix crash with @var over echo
|
2020-09-01 00:12:12 -04:00 |
|
Brown
|
4f578b42b8
|
Fix exhaustiveness checks for const value
|
2020-08-31 23:23:24 -04:00 |
|
Brown
|
3cdb13f7ab
|
Fix issues
|
2020-08-31 23:03:36 -04:00 |
|
Brown
|
940459787a
|
Catch unmatched matches
|
2020-08-31 22:59:47 -04:00 |
|
Brown
|
9935f647ab
|
Fix some magic method calls when a return type provider exists
|
2020-08-31 18:56:45 -04:00 |
|
Brown
|
40e88095d8
|
Fix #4093 - prevent redundant condition in presence of positive-int
|
2020-08-31 10:02:23 -04:00 |
|
Brown
|
5c043b0d41
|
Ignore redundant conditions inside match potentially in perpetuity?
|
2020-08-30 16:23:53 -04:00 |
|
Brown
|
54a781ad28
|
Support match expressions and throw expressions
|
2020-08-30 16:08:22 -04:00 |
|
Brown
|
5759c12fa9
|
Support mixed type natively
|
2020-08-30 13:38:03 -04:00 |
|
Brown
|
99d6af0f9a
|
Support static return type
|
2020-08-30 13:32:42 -04:00 |
|
Brown
|
f34e54ec41
|
Support PHP 8 union types
|
2020-08-30 13:16:37 -04:00 |
|
Brown
|
2f82f312b2
|
Change version test
|
2020-08-30 12:44:01 -04:00 |
|
Brown
|
92239add4d
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |
|
Brown
|
c13b0efd49
|
Improve understanding of negated count queries
|
2020-08-30 11:32:01 -04:00 |
|
Brown
|
64f08fa9dc
|
Improve Closure::fromCallable handling
|
2020-08-29 22:02:58 -04:00 |
|
Tyson Andre
|
5f855a73d4
|
Fix expected php 8.0 syntax error (#4084)
This will very likely be parsed as an attribute in php 8.0
See
https://wiki.php.net/rfc/shorter_attribute_syntax_change#secondary_vote
|
2020-08-29 13:36:56 -04:00 |
|
Brown
|
f9815d6e83
|
Fix modulo test
|
2020-08-29 11:47:34 -04:00 |
|
Brown
|
cf5aa5c5cd
|
Fix #4083 - namespace docblock method classes the proper way
|
2020-08-29 11:46:24 -04:00 |
|
Brown
|
3ca4a576e7
|
Fix treatment of closure params in array_map
|
2020-08-29 11:10:09 -04:00 |
|
Brown
|
df0d426f61
|
Fix #4081 - better inference of positive ints
|
2020-08-28 16:38:50 -04:00 |
|
Brown
|
5980ef58dc
|
Fix test
|
2020-08-28 14:07:01 -04:00 |
|
Brown
|
efe143a396
|
Fix #4077 - always track closure purity
|
2020-08-28 12:42:55 -04:00 |
|