Bruce Weirdan
|
fe036d4db0
|
Prevent crashes on array_map(...)
Fixes vimeo/psalm#7305
|
2022-01-06 10:38:58 +02:00 |
|
Bruce Weirdan
|
3fb3db3516
|
Merge branch '4.x' into upstream-master
|
2022-01-06 10:05:53 +02:00 |
|
orklah
|
f3bc55e409
|
Merge pull request #7312 from orklah/empty-array
Support PHPStan notation for empty-arrays
|
2022-01-06 08:45:40 +01:00 |
|
Bruce Weirdan
|
b6559dcefb
|
Merge pull request #7315 from weirdan/rector-ClosureToArrowFunctionRector
|
2022-01-06 02:04:10 +02:00 |
|
orklah
|
bf4bf92cb2
|
Merge pull request #7313 from orklah/empty-arrays
replace `array<never, never>` as a way to detect empty arrays by a dedicated method
|
2022-01-05 23:58:45 +01:00 |
|
Bruce Weirdan
|
8726065d21
|
Applied ClosureToArrowFunctionRector
|
2022-01-06 00:48:04 +02:00 |
|
orklah
|
7f40489202
|
fix inverted condition
|
2022-01-05 23:41:56 +01:00 |
|
orklah
|
ee99deaa50
|
fix a case not always on TArray
|
2022-01-05 23:28:08 +01:00 |
|
orklah
|
3c468b3eeb
|
replace array<never, never> as a way to detect empty arrays by a dedicated method
|
2022-01-05 23:14:54 +01:00 |
|
orklah
|
9d3a51db6a
|
remove obsolete test and fix a missing exception
|
2022-01-05 23:08:34 +01:00 |
|
orklah
|
030195a395
|
parse array{} into an empty array
|
2022-01-05 23:08:33 +01:00 |
|
orklah
|
e7bc6f273a
|
don't crash when pushing a template to in_array
|
2022-01-05 22:33:20 +01:00 |
|
Bruce Weirdan
|
83f1d52528
|
Applied ListToArrayDestructRector
|
2022-01-05 23:29:18 +02:00 |
|
orklah
|
27c4b07d5b
|
fix wrong not literal loose check
|
2022-01-05 22:11:22 +01:00 |
|
orklah
|
c22670d851
|
use the correct type for float function
|
2022-01-05 20:05:56 +01:00 |
|
orklah
|
57e054931e
|
remove unused param
|
2022-01-05 20:01:34 +01:00 |
|
orklah
|
fac7317af3
|
refactor float as well
|
2022-01-05 20:00:56 +01:00 |
|
orklah
|
26542afdf4
|
accept more loose literal equalities and loop over non-literal types on a separate loop
|
2022-01-05 19:45:22 +01:00 |
|
orklah
|
7dccfa4ff9
|
CS
|
2022-01-05 18:44:58 +01:00 |
|
Bruce Weirdan
|
94395f18a4
|
Applied JsonThrowOnErrorRector
|
2022-01-05 19:32:43 +02:00 |
|
orklah
|
e0fb87596d
|
typo
|
2022-01-05 18:21:38 +01:00 |
|
orklah
|
c1575d29fd
|
consistency with string handling
|
2022-01-05 18:06:08 +01:00 |
|
orklah
|
8099126958
|
make sure to keep the origin of the type (from_docblock)
|
2022-01-05 17:52:04 +01:00 |
|
orklah
|
16bb62b499
|
Fixup!!! don't allow checks on literals
|
2022-01-05 12:41:08 +01:00 |
|
orklah
|
411399b600
|
Fixup!!! don't allow checks on literals
|
2022-01-05 12:22:44 +01:00 |
|
orklah
|
83a02d9a61
|
Fixup!!! don't allow checks on literals
|
2022-01-05 12:21:50 +01:00 |
|
orklah
|
5c0fc46734
|
Fixup!!! be more flexible on loose_equality for strings
|
2022-01-05 12:10:32 +01:00 |
|
Bruce Weirdan
|
dd09450092
|
Applied NullCoalescingOperatorRector
|
2022-01-05 13:09:37 +02:00 |
|
Bruce Weirdan
|
758e0afd96
|
Merge branch 'master' into rector-literal-number-separator
|
2022-01-05 12:32:52 +02:00 |
|
orklah
|
3fc8139205
|
Fixup!!! only allow general TInt to pass
|
2022-01-05 11:17:39 +01:00 |
|
orklah
|
950710a47a
|
Fixup!!! make sure to add atomics with the correct offset key
|
2022-01-05 09:58:56 +01:00 |
|
orklah
|
36349a1370
|
refactor literal string equality check
|
2022-01-05 09:52:47 +01:00 |
|
orklah
|
2ada8ee8b0
|
refactor literal int equality check
|
2022-01-05 09:52:47 +01:00 |
|
orklah
|
a8c2fcde76
|
resolve ClassConst before checking equalities and fix things
|
2022-01-05 09:52:47 +01:00 |
|
Matthew Brown
|
f5d6d2380f
|
Remove now-unnecessary code
Originally added in 8bc17e47bec0ae89429cd35442f9d2ca61053201
|
2022-01-05 01:54:00 +00:00 |
|
Matthew Brown
|
7595a3c579
|
Make treatment of interfaces and classes more symmetrical
|
2022-01-05 01:10:57 +00:00 |
|
Matthew Brown
|
31dd30f3d1
|
Reduce by-ref args
|
2022-01-05 00:50:09 +00:00 |
|
Matthew Brown
|
26de4faa51
|
Unify names with intersection creation
|
2022-01-05 00:38:40 +00:00 |
|
Matthew Brown
|
0a78b320da
|
Remove commas for now
|
2022-01-04 23:15:16 +00:00 |
|
Matthew Brown
|
9e64375e25
|
Break up two intersection methods
At some later date it may be worth seeing whether these can be consolidated into a single intersection method
|
2022-01-04 23:09:02 +00:00 |
|
Bruce Weirdan
|
5758d31161
|
Apply literal number separator rector
I opted for customary 3-digit groups, except version id, where 2-digit
groups are used to match the version id encoding.
|
2022-01-05 01:00:05 +02:00 |
|
Bruce Weirdan
|
0c13d8e719
|
Indent heredoc
PHP 7.3 allows indenting of heredoc / nowdoc strings.
|
2022-01-04 19:57:41 +02:00 |
|
Bruce Weirdan
|
f5dc2ee964
|
Merge branch '4.x' into upstream-master
|
2022-01-04 19:42:08 +02:00 |
|
Matthew Brown
|
63f3460df7
|
Make clear that class string check for trait $this key only applies to certain assertions
|
2022-01-04 17:08:34 +00:00 |
|
Matthew Brown
|
4e81d0c5ab
|
Remove an untested chunk of issue-triggering code that has only ever caused anguish
|
2022-01-04 16:36:33 +00:00 |
|
Matthew Brown
|
0fffb55a83
|
Simplify some logic around negations to prevent unecessary looping
|
2022-01-04 16:08:06 +00:00 |
|
Matthew Brown
|
2c6d4f8687
|
Fix erroneous intersection
Found during a line-for-line port. We’re using this value in two different places, and it only makes sense to use it in one
|
2022-01-04 16:04:36 +00:00 |
|
Fabien Villepinte
|
c42f3d51bd
|
Fix typo
|
2022-01-04 16:27:06 +01:00 |
|
Fabien Villepinte
|
2f3af4a5bc
|
Remove unused import
|
2022-01-04 16:13:48 +01:00 |
|
Fabien Villepinte
|
1fa6b612b1
|
Fix parse_url() return type
|
2022-01-04 16:09:18 +01:00 |
|