1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00
Commit Graph

14006 Commits

Author SHA1 Message Date
1ad9fc66f8
Fixes 2023-07-25 10:09:29 +02:00
cgocast
5a5c5efe46
Merge branch 'vimeo:master' into master 2023-07-25 09:24:25 +02:00
cgocast
c754a0ea08 Remove TaintedSql sink for PDOStatement related methods 2023-07-25 09:22:49 +02:00
Bruce Weirdan
be82c3a948
Merge pull request #10033 from weirdan/lsp-container-path-mapping 2023-07-25 01:00:47 +02:00
Bruce Weirdan
c50ae7c2e6
Merge pull request #10046 from weirdan/map-special-rpc-paths
Map special RPC paths
2023-07-25 00:55:40 +02:00
Bruce Weirdan
4a0a12d9e2
Fix unused var 2023-07-25 00:17:12 +02:00
Bruce Weirdan
e1a30a20a1
Map special RPC paths
Now `$/cancelRequest` will be resolved to `$server->cancelRequest()`
and `$/textDocument/whatever` to `$server->textDocument->whatever()`
2023-07-25 00:11:35 +02:00
Bruce Weirdan
5c0154c422 Added docs on running LS in a container 2023-07-24 21:59:34 +02:00
Bruce Weirdan
bb102760ea Drop unused property 2023-07-24 21:59:34 +02:00
Bruce Weirdan
0a2a0feaf2 CS fix 2023-07-24 21:59:34 +02:00
Bruce Weirdan
6eb7a688d1 Introduce --map-folder switch
And create PathMapper based on its value
2023-07-24 21:59:34 +02:00
Bruce Weirdan
8a51aaedd4 CS fix 2023-07-24 21:59:34 +02:00
Bruce Weirdan
6b9d9805b1 Account for -r option 2023-07-24 21:59:34 +02:00
Bruce Weirdan
389aa7965f Use PathMapper to map paths 2023-07-24 21:59:34 +02:00
Bruce Weirdan
a68c4804f4 Add path mapper 2023-07-24 21:59:34 +02:00
Bruce Weirdan
f634a0047a CS fix 2023-07-24 21:59:34 +02:00
Bruce Weirdan
c44b9f5c5e Map LSP paths 2023-07-24 21:59:34 +02:00
Bruce Weirdan
acdb11e679 Use instance methods instead of static 2023-07-24 21:59:34 +02:00
93443f292c
Small fix 2023-07-24 14:10:59 +02:00
d320f0792e
Merge branch 'fix_intersection_scanning' into strict_types 2023-07-24 13:51:13 +02:00
b65d7938f9
Fix scanning of intersection types 2023-07-24 13:49:28 +02:00
90154af3c9
Increase minimum version 2023-07-24 12:39:34 +02:00
7975164069
Small fix 2023-07-24 11:11:32 +02:00
51cb9c79f8
Fix 2023-07-24 10:51:25 +02:00
07b013d306
Enable strict_types 2023-07-24 10:48:32 +02:00
4ec3184c94
cs-fix 2023-07-24 10:22:47 +02:00
544762f6cd
Fix tests 2023-07-24 10:22:01 +02:00
dd15e4768c
Fixes 2023-07-24 10:14:52 +02:00
f799b68a3c
Remove leftovers 2023-07-24 10:06:46 +02:00
35a11972d4
Remove TList leftovers 2023-07-24 10:03:51 +02:00
f69c3f8458
Remove psalm v6 deprecations 2023-07-24 09:53:45 +02:00
79da33221f
Fixes 2023-07-24 09:48:35 +02:00
a2e4961dca
Fix CI 2023-07-24 09:32:46 +02:00
57dfad65c5
Fix e2e tests 2023-07-24 09:32:46 +02:00
70319a68a7
Switch to 8.1 2023-07-24 09:32:46 +02:00
483fabfe93
Fix syntax issue 2023-07-24 09:32:45 +02:00
8859e58464
Switch to amp v3 2023-07-24 09:32:45 +02:00
a86aa9a30b
Fix 2023-07-24 09:26:07 +02:00
dfbc9dd177
Fix combination of non-falsy-string and falsy literal 2023-07-24 09:07:46 +02:00
orklah
f2c77ca848
Merge pull request #10037 from weirdan/simplify-deep-object-access
Simplify conditions with deep object access
2023-07-23 23:28:20 +02:00
Bruce Weirdan
f64da372f3
Simplify conditions with deep object access 2023-07-23 23:09:46 +02:00
orklah
afaef14f64
Merge pull request #10012 from ygottschalk/fix/10001-always-report-unused-baseline
Always report UnusedBaseline issues
2023-07-23 12:35:32 +02:00
orklah
3c0811021b
Merge pull request #10032 from cgocast/master
#10030 Fix missing TaintedSql
2023-07-23 12:25:10 +02:00
orklah
616d9e0b82
Merge pull request #10034 from vimeo/fix-incorrect-positions-sent-in-codeactions-edits
Fix incorrect positions set in code action edits
2023-07-23 11:43:23 +02:00
Bruce Weirdan
eaf41a1874
Fix incorrect positions set in code action edits
Neovim requires positions to supply column as well as row.
2023-07-23 07:09:24 +02:00
Thomas Bley
637dcc4425 #10026 fixed case mismatches in CallMap_83_delta 2023-07-21 23:11:20 +02:00
Thomas Bley
603dfa2e5a #10026 cleanup phpcs 2023-07-21 22:57:49 +02:00
Thomas Bley
1e1ffe164f #10026 keep running phpcs and php lint with 7.4 2023-07-21 22:50:24 +02:00
Thomas Bley
e82114cfee #10026 keep running phpcs and php lint with 7.4 2023-07-21 22:46:46 +02:00
Thomas Bley
fda483a98b #10026 converted version_compare() to direct comparison with PHP_VERSION_ID 2023-07-21 22:42:27 +02:00