orklah
|
73f6fcde48
|
Short list syntax (#4102)
* Short list syntax
* revert unrelated CS
|
2020-09-02 00:17:41 -04:00 |
|
Brown
|
6f92846fd6
|
Make reportInfo="false" flag better
|
2020-09-01 18:09:57 -04:00 |
|
Brown
|
8d790256e0
|
Revert trim changes
|
2020-09-01 17:42:11 -04:00 |
|
Brown
|
0804141d56
|
Fix type coercion
|
2020-09-01 17:23:43 -04:00 |
|
Brown
|
f105f6aca9
|
Fix Psalm errors
|
2020-09-01 13:21:24 -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 |
|
orklah
|
c6ea274180
|
Config reportInfo to speed up analysis for big projects (#4095)
|
2020-09-01 09:22:05 -04:00 |
|
lhchavez
|
817779274e
|
Add null as a possible type parameter to strval (#4100)
https://www.php.net/manual/en/language.types.string.php#language.types.string.casting mentions
> `NULL` is always converted to an empty string.
Which seems to indicate that it is a valid argument for it.
As opposed to stringifying other types (like arrays), `strval(null)` does not cause a warning in PHP.
|
2020-09-01 09:21:32 -04:00 |
|
Bruce Weirdan
|
ffb316a9e6
|
Converted MissingPropertyType to property issue (#4099)
Fixes vimeo/psalm#2200
|
2020-09-01 09:21:03 -04:00 |
|
Bruce Weirdan
|
aa09a1c780
|
Use per-user cache folder (#4098)
Fixes vimeo/psalm#3869
|
2020-09-01 09:20:24 -04:00 |
|
orklah
|
6d36f8f5cc
|
Nullable strings (#4096)
|
2020-09-01 09:19:50 -04:00 |
|
Markus Staab
|
0280757b4a
|
Added more fine grained strpos stub (#4101)
* Added strpos stub
* Update CoreGenericFunctions.phpstub
* Update CoreGenericFunctions.phpstub
|
2020-09-01 09:17:57 -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
|
ab063e80d7
|
Keep going
|
2020-08-31 23:11:16 -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
|
5905171b79
|
Fix api
|
2020-08-31 16:40:46 -04:00 |
|
Brown
|
e8148980ff
|
Remove unused variable
|
2020-08-31 10:49:37 -04:00 |
|
Joe Hoyle
|
674392737d
|
Include variadic and pass-by-ref params in generated stubs (#4091)
When generating stubs, params that are passed by ref or variadic don't get added to the generated code stub output.
|
2020-08-31 10:05:22 -04:00 |
|
Alfred Bez
|
921b8e206c
|
InvalidClass is also reported if the casing in the namespace is wrong (#4090)
|
2020-08-31 10:05:03 -04:00 |
|
Brown
|
40e88095d8
|
Fix #4093 - prevent redundant condition in presence of positive-int
|
2020-08-31 10:02:23 -04:00 |
|
Brown
|
940b673a36
|
Fix fns
|
2020-08-30 18:29:28 -04:00 |
|
Brown
|
2cbe89d55a
|
Fix Psalm errors
|
2020-08-30 16:30:43 -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
|
c565819a0c
|
Bump PHPUnit plugin version
|
2020-08-30 12:40:47 -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
|
efed9d4480
|
Allow ParamNameMismatch to be suppressed locally
Fixes #4012
|
2020-08-29 11:17:57 -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
|
d29620a42b
|
Fix style issues
|
2020-08-28 15:46:55 -04:00 |
|
Markus Staab
|
fc50dd3acb
|
Docs: added more string types (#4080)
|
2020-08-28 14:37:46 -04:00 |
|
Markus Staab
|
58141d44ed
|
Docs: added callable-array (#4079)
* Docs: added callable-array
* Update array_types.md
* Add non-empty-array
|
2020-08-28 14:37:28 -04:00 |
|
Brown
|
5980ef58dc
|
Fix test
|
2020-08-28 14:07:01 -04:00 |
|
Brown
|
1825e30752
|
Allow pure-Callable type to be annotated
|
2020-08-28 13:15:04 -04:00 |
|
Brown
|
63b74276c6
|
Report use of impure closures
|
2020-08-28 13:01:14 -04:00 |
|
Markus Staab
|
bb1d257aff
|
docs: added positive integer (#4078)
* docs: added positive integer
* added to toc
|
2020-08-28 12:55:50 -04:00 |
|
Brown
|
98ce590e9d
|
Remove some redundant calls
|
2020-08-28 12:48:33 -04:00 |
|