orklah
|
1c0b802abb
|
fix regression
|
2021-10-21 21:10:12 +02:00 |
|
orklah
|
b43fd0037f
|
fix CS
|
2021-10-21 19:14:38 +02:00 |
|
orklah
|
513ae016f9
|
consistency
|
2021-10-21 19:14:38 +02:00 |
|
orklah
|
5f17ea9b63
|
improve empty/falsy
|
2021-10-21 19:14:36 +02:00 |
|
orklah
|
4b0e3d0c06
|
improve empty/falsy
|
2021-10-21 19:14:02 +02:00 |
|
orklah
|
31bbd5a967
|
Merge pull request #6707 from orklah/!falsy_on_empty-string
improve falsy on non-empty-string
|
2021-10-20 23:18:12 +02:00 |
|
orklah
|
7ce0c3a6e3
|
improve falsy on non-empty-string
|
2021-10-20 22:31:03 +02:00 |
|
orklah
|
1f02795e42
|
fix missing implicit __toString
|
2021-10-20 19:54:32 +02:00 |
|
orklah
|
cf8e443d10
|
use better issue types
|
2021-10-20 07:32:08 +02:00 |
|
orklah
|
4755131585
|
more consistency
|
2021-10-20 07:32:04 +02:00 |
|
orklah
|
1d59d2cd00
|
more consistency
|
2021-10-20 07:31:11 +02:00 |
|
orklah
|
9b8e483a4c
|
improve empty/falsy reconciliation
|
2021-10-20 07:31:11 +02:00 |
|
orklah
|
ec59876935
|
only fuse array & Traversable with phpstorm generics
|
2021-10-18 21:27:11 +02:00 |
|
orklah
|
f7a63361ad
|
Merge pull request #6679 from SCIF/bugfix-5694-arrayfilter
Improve handling of positive ints by array_filter()
|
2021-10-17 23:20:26 +02:00 |
|
Aleksandr Zhuravlev
|
b664850cdc
|
Added support of asserting properties of objects out of scope
|
2021-10-17 21:29:25 +13:00 |
|
Aleksandr Zhuravlev
|
978d9ec774
|
Improve handling of positive ints by array_filter()
|
2021-10-16 20:47:22 +13:00 |
|
orklah
|
7a47ebfcd6
|
fix
|
2021-10-16 00:26:00 +02:00 |
|
orklah
|
56c73142d6
|
don't emit InvalidReturnType when return type was inferred to never
|
2021-10-16 00:15:17 +02:00 |
|
orklah
|
1aad830392
|
Merge pull request #6654 from zoonru/fixes
Fix manipulation of intersection types, arrow functions, foreign static types, parameter static types, T|false|null unions.
|
2021-10-15 23:41:24 +02:00 |
|
Bruce Weirdan
|
c556920352
|
Revert "Merge remote-tracking branch 'upstream/master' into test5"
This reverts commit 043a0262f7eb790e95a586189d1e507edf20d0ad, reversing
changes made to cc4c29837dff7dfe1985daa2b462d42faa7653c5.
|
2021-10-16 00:20:38 +03:00 |
|
orklah
|
043a0262f7
|
Merge remote-tracking branch 'upstream/master' into test5
|
2021-10-15 22:37:07 +02:00 |
|
orklah
|
99d8f92e4f
|
what would that do?
|
2021-10-15 22:33:04 +02:00 |
|
orklah
|
b8a2ba251f
|
Merge pull request #6672 from orklah/phpstorm-generics
prevent phpstorm generics from touching to signature types
|
2021-10-14 21:25:36 +02:00 |
|
orklah
|
8a770a1003
|
fix CS
|
2021-10-14 21:09:30 +02:00 |
|
orklah
|
a1b1080c4e
|
prevent phpstorm generics from touching to signature types
|
2021-10-14 21:04:53 +02:00 |
|
orklah
|
75c3f8716a
|
Merge pull request #6652 from orklah/is_a_stub
stub for is_a
|
2021-10-14 00:13:13 +02:00 |
|
orklah
|
64df00baba
|
Merge pull request #6660 from orklah/cleanup4
Code trimming
|
2021-10-14 00:12:21 +02:00 |
|
orklah
|
ae193ca4da
|
replace elvis operator by coalesce operator when applicable
|
2021-10-13 20:16:06 +02:00 |
|
orklah
|
dbc6f503b1
|
use of strtolower only once
|
2021-10-13 20:16:06 +02:00 |
|
orklah
|
e17290a9bc
|
Merge pull request #6613 from orklah/string-unpacking
String unpacking
|
2021-10-13 15:18:11 +02:00 |
|
orklah
|
91c3d788f6
|
Merge pull request #6656 from orklah/setAttribute
use Attribute feature of PHP-Parser to avoid dealing with dynamic properties
|
2021-10-13 14:46:22 +02:00 |
|
orklah
|
bee5b69f7f
|
use Attribute feature of PHP-Parser to avoid dealing with dynamic properties
|
2021-10-13 13:27:56 +02:00 |
|
orklah
|
9bb731182a
|
reintroduce errors for older versions
|
2021-10-13 11:22:40 +02:00 |
|
orklah
|
6e7aafe9b8
|
better behaviour in SimpleTypeInferer
|
2021-10-13 11:22:40 +02:00 |
|
orklah
|
66bbcc212c
|
remove unneeded argument
|
2021-10-13 11:22:40 +02:00 |
|
orklah
|
690c24f824
|
array unpacking with strings
|
2021-10-13 11:22:40 +02:00 |
|
|
b6e7201b5a
|
Forbid static in parameter typehint
|
2021-10-13 11:22:33 +02:00 |
|
|
1574751aef
|
Fix docblock manipulator for arrow closures
|
2021-10-13 10:23:06 +02:00 |
|
orklah
|
e7cd2eac0a
|
Merge pull request #6641 from orklah/weird-assertion-count
Union::getAssertionString with multiple types
|
2021-10-13 08:15:28 +02:00 |
|
orklah
|
78c4d9def7
|
fix
|
2021-10-12 22:16:35 +02:00 |
|
orklah
|
1efe272aed
|
stub for is_a
|
2021-10-12 22:12:51 +02:00 |
|
orklah
|
233fe11d12
|
SimpleXMLElement is not always truthy
|
2021-10-12 15:46:02 +02:00 |
|
orklah
|
c6fb81007c
|
Merge pull request #6629 from orklah/loops-tweaking
tweaking with loops
|
2021-10-11 20:45:54 +02:00 |
|
orklah
|
af414ffe59
|
Merge pull request #6642 from orklah/inside-conditional
Inside conditional
|
2021-10-11 20:45:14 +02:00 |
|
orklah
|
911076939c
|
Merge pull request #6628 from orklah/phpparser2
Php-Parser 4.13
|
2021-10-11 20:42:32 +02:00 |
|
orklah
|
b54dddf484
|
Merge pull request #6643 from orklah/never-closure
infer never on closures(and more?)
|
2021-10-11 20:42:02 +02:00 |
|
orklah
|
21456b85b1
|
add Never for throws. Add Never only if at top level
|
2021-10-11 19:35:18 +02:00 |
|
orklah
|
f9377c53fc
|
infer never on closures(and more?)
|
2021-10-11 18:52:26 +02:00 |
|
orklah
|
c4ebc34695
|
suppress or use the return type
|
2021-10-11 17:27:52 +02:00 |
|
orklah
|
9e7d3a4cd6
|
sets the inside_conditional flag after creating another context from it
|
2021-10-11 16:38:39 +02:00 |
|