1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
Commit Graph

12719 Commits

Author SHA1 Message Date
Alies Lapatsin
2161e97c44 Cleanup baseline 2023-01-18 19:12:23 +01:00
Alies Lapatsin
cc30cf99b0 Merge remote-tracking branch 'origin/allow-to-specify-custom-shepherd-endpoint' into allow-to-specify-custom-shepherd-endpoint
# Conflicts:
#	psalm-baseline.xml
2023-01-18 19:07:42 +01:00
Alies Lapatsin
aac6ead2d9 Fix coding style issues 2023-01-18 19:06:51 +01:00
Alies Lapatsin
363a0b6b22 Add suppressions for using a deprecated property 2023-01-18 19:06:51 +01:00
Alies Lapatsin
d5e5dc0683 Fully support Psalm 5 behaviour
asked by orklah, see
https://github.com/vimeo/psalm/pull/9112#issuecomment-1383239821
2023-01-18 19:06:51 +01:00
Alies Lapatsin
291484df44 Return getCurlErrorMessage() method as it can be used outside 2023-01-18 19:06:51 +01:00
Alies Lapatsin
8e5715875a Update cli help text 2023-01-18 19:06:51 +01:00
Alies Lapatsin
587ac6e018 Fix coding style issues 2023-01-18 19:06:51 +01:00
Alies Lapatsin
c95b0718c4 Properly process HTTP response codes from shepherd servers 2023-01-18 19:06:51 +01:00
Alies Lapatsin
09517d3176 Follow redirects when submitting shepherd reports 2023-01-18 19:06:51 +01:00
Alies Lapatsin
9cba3604fc Update baseline (add DeprecatedProperty) 2023-01-18 19:06:48 +01:00
Alies Lapatsin
30ab11bae1 Use safer type operations with cli $options array 2023-01-18 19:06:32 +01:00
Alies Lapatsin
7e157cfe9d Allow to specify a custom shepherd endpoint (instead of domain) 2023-01-18 19:06:32 +01:00
orklah
dfbd0458f4
Merge pull request #9130 from jack-worman/Report_unmatched_baseline_rules
Report unused baseline entries
2023-01-18 18:59:37 +01:00
orklah
466ff68dae
Merge pull request #9122 from othercorey/fix-returns
Fix remaining ignored CallMap return types that can be updated
2023-01-18 18:57:05 +01:00
Jack Worman
56f6dfecc8 Report unused baseline entries 2023-01-17 22:02:21 -05:00
orklah
b6bdc94070
Merge pull request #9117 from Jean85/allow-diff-5-on-5
Allow sebastian/diff 5
2023-01-18 00:26:32 +01:00
Corey Taylor
cfaf763ba7 Fix remaining ignored CallMap return types that can be updated 2023-01-17 17:24:51 -06:00
orklah
25b2f7a744
Merge pull request #9126 from jack-worman/Support_constants_in_traits
Support constants in traits
2023-01-18 00:15:43 +01:00
Jack Worman
f9aa2d5ad3 Support constants in traits 2023-01-17 16:37:44 -05:00
Alies Lapatsin
a3786a7291
Merge branch 'master' into allow-to-specify-custom-shepherd-endpoint 2023-01-17 10:31:34 +01:00
Alies Lapatsin
924c6daeaf Fix coding style issues 2023-01-17 10:28:06 +01:00
Alessandro Lai
c48afea6f2
Allow sebastian/diff 5 2023-01-17 09:05:26 +01:00
orklah
8b9cd5fb33
Merge pull request #9118 from jack-worman/libxml_get_errors_return_type
Fix libxml_get_errors() return type
2023-01-17 07:21:09 +01:00
Jack Worman
12632df67f Fix libxml_get_errors() return type 2023-01-16 17:48:36 -05:00
Jack Worman
b2c69ada43 Fix libxml_get_errors() return type 2023-01-16 17:38:22 -05:00
Alies Lapatsin
76c1e413a1 Add suppressions for using a deprecated property 2023-01-16 23:13:52 +01:00
Alies Lapatsin
9271946dd6 Fully support Psalm 5 behaviour
asked by orklah, see
https://github.com/vimeo/psalm/pull/9112#issuecomment-1383239821
2023-01-16 23:01:22 +01:00
orklah
dedb4bba21
Merge pull request #9115 from BenMorel/getDefaultValueConstantName
Infer getDefaultValueConstantName() type when isDefaultValueConstant() is true
2023-01-15 19:44:30 +01:00
Benjamin Morel
951f0827a3 Infer getDefaultValueConstantName() type when isDefaultValueConstant() is true 2023-01-15 19:11:10 +01:00
orklah
f4b7ab9c62
Merge pull request #9113 from othercorey/callmap-returns
Clean up more callmap return types
2023-01-15 17:24:12 +01:00
Corey Taylor
66ee278de8 Update conditional test to use filter_input with mixed return 2023-01-15 07:43:26 -06:00
Corey Taylor
bbc522709b Clean up more callmap return types 2023-01-15 03:57:22 -06:00
Alies Lapatsin
077cd5d3ee Return getCurlErrorMessage() method as it can be used outside 2023-01-15 00:43:13 +01:00
Alies Lapatsin
9f81a5a060 Update cli help text 2023-01-15 00:28:10 +01:00
Alies Lapatsin
c494b58713 Fix coding style issues 2023-01-15 00:24:51 +01:00
Alies Lapatsin
9ee35983c3 Properly process HTTP response codes from shepherd servers 2023-01-15 00:21:57 +01:00
Alies Lapatsin
b95f428cef Follow redirects when submitting shepherd reports 2023-01-15 00:20:58 +01:00
Alies Lapatsin
f8e210f867 Update baseline (add DeprecatedProperty) 2023-01-14 17:29:39 +01:00
Alies Lapatsin
ce00951d65 Use safer type operations with cli $options array 2023-01-14 17:23:44 +01:00
Alies Lapatsin
5c2d06ea45 Allow to specify a custom shepherd endpoint (instead of domain) 2023-01-14 17:22:42 +01:00
orklah
3e66c6bb7c
Merge pull request #9107 from eopnetto/update-psalm-reserved-words
Add missing `int-range` aliases into the list of psalm reserved words
2023-01-14 02:04:21 +01:00
orklah
11942d7557
Merge pull request #9105 from maniaba/patch-1
Update ForbiddenCode.md
2023-01-13 19:38:05 +01:00
Ezequiel
423b1acbd6 Add tests for the remaining int-range aliases 2023-01-13 11:15:24 -03:00
Ezequiel
602d3ed53e Add missing int-range aliases into the list of psalm reserved words 2023-01-13 11:15:01 -03:00
maniaba
d9c66c93ca
Update ForbiddenCode.md 2023-01-13 11:21:34 +01:00
orklah
d1c2294252
Merge pull request #9099 from lptn/auto-load-random-ext-stub-on-php82
Automatically load stubs for random ext on PHP 8.2
2023-01-12 21:15:32 +01:00
Alies Lapatsin
f471ba9f36
Merge branch 'master' into auto-load-random-ext-stub-on-php82 2023-01-12 18:54:08 +01:00
Alies Lapatsin
fc72214bfc Automatically load stubs for random ext on PHP 8.2 2023-01-12 12:52:45 +01:00
orklah
f723e08221
Merge pull request #9095 from emmanuelGuiton/master
Additional test and fix when comparing nested templates
2023-01-11 18:44:04 +01:00