sasezaki
|
d0baffb534
|
DOMElement instead of DomElement - https://php.net/DOMElement
to avoid composer-require-check reports false-positive,
just did - find src/ -type f -exec sed -i -e 's/DomElement/DOMElement/g' {} \;
|
2022-02-11 22:51:31 +01:00 |
|
orklah
|
29b856e8f0
|
Merge pull request #7642 from orklah/brokenci2
skip a test because we removed the feature for now
|
2022-02-11 22:12:52 +01:00 |
|
orklah
|
5c2336f4d0
|
skip a test because we removed the feature for now
|
2022-02-11 21:53:29 +01:00 |
|
Bruce Weirdan
|
11e60fa261
|
Merge branch '4.x' into upstream-master
|
2022-02-11 03:51:48 +02:00 |
|
Matthew Brown
|
6d057669fc
|
Fix #6683 by improving simplification of CNF (#7631)
|
2022-02-10 19:37:42 -05:00 |
|
Matthew Brown
|
b49b5f1c20
|
Make error message for truthy/falsy more accurate
|
2022-02-10 18:46:22 -05:00 |
|
Matthew Brown
|
547f11ebd9
|
Fix signature
|
2022-02-10 18:35:50 -05:00 |
|
Bruce Weirdan
|
161519883a
|
Merge pull request #7623 from weirdan/finalize-types
|
2022-02-11 00:27:10 +02:00 |
|
Matthew Brown
|
c885dbcbe0
|
Prevent duplicate type comparison errors
|
2022-02-10 01:04:14 -05:00 |
|
Bruce Weirdan
|
69f5ccfdaf
|
Update UPGRADING.md
|
2022-02-10 01:49:24 +02:00 |
|
Bruce Weirdan
|
7c344366a3
|
Fix RedundantCondition
|
2022-02-10 01:44:50 +02:00 |
|
Bruce Weirdan
|
26e238cdc5
|
Finalize types nodes
|
2022-02-10 01:44:25 +02:00 |
|
orklah
|
fb1fd8429f
|
Merge pull request #7621 from orklah/reflectionstubs
add ReflectionIntersectionType stub
|
2022-02-09 22:53:57 +01:00 |
|
orklah
|
9984397766
|
Merge pull request #7622 from orklah/assertions
consistency in AssertionFinder
|
2022-02-09 22:53:28 +01:00 |
|
orklah
|
511177556b
|
only remove int from array-key if we're dealing with a general Int
|
2022-02-09 22:46:41 +01:00 |
|
orklah
|
a236aa2a41
|
only remove int from array-key if we're dealing with a general Int
|
2022-02-09 22:44:26 +01:00 |
|
Matthew Brown
|
2eca28c912
|
Remove more unused code from LoopAnalyzer
|
2022-02-09 16:37:15 -05:00 |
|
orklah
|
1c74774c40
|
consistency
|
2022-02-09 21:48:33 +01:00 |
|
orklah
|
0f1efa9079
|
documentation
|
2022-02-09 21:15:22 +01:00 |
|
orklah
|
0702a0b3e7
|
add ReflectionIntersectionType stub
|
2022-02-09 19:32:17 +01:00 |
|
Matthew Brown
|
5575fa1e32
|
Remove unnecessary method
|
2022-02-09 12:18:15 -05:00 |
|
Bruce Weirdan
|
ba99e77687
|
Merge pull request #7620 from weirdan/strip-colors-from-success-message
|
2022-02-09 16:50:51 +02:00 |
|
Bruce Weirdan
|
21e6371ce2
|
Strip colours from success message
Fixes vimeo/psalm#7619
|
2022-02-09 15:35:40 +02:00 |
|
Bruce Weirdan
|
f5a28b68ad
|
Merge pull request #7617 from sasezaki/prophecy
|
2022-02-09 15:03:35 +02:00 |
|
sasezaki
|
b2ee5f6bbc
|
Bump up phpunit,prophecy, and introduced phpspec/prophecy-phpunit
|
2022-02-09 21:15:56 +09:00 |
|
Bruce Weirdan
|
9355fecb9e
|
Merge pull request #7612 from sasezaki/composer_reflection_docblock
|
2022-02-09 03:45:55 +02:00 |
|
sasezaki
|
eb518680a8
|
No longer require declare phpdocumentor/reflection-docblock:^5 as dependency
see https://github.com/vimeo/psalm/pull/3967
prophecy upper version always phpdocumentor/reflection-docblock:^5.0
|
2022-02-09 09:06:31 +09:00 |
|
Matthew Brown
|
9d8b6d641b
|
Remove more unused code
|
2022-02-08 18:20:14 -05:00 |
|
Matthew Brown
|
48b702b76a
|
Remove some unnecessary code
|
2022-02-08 17:12:18 -05:00 |
|
Matthew Brown
|
e130dd9b1c
|
Fix too-long line
|
2022-02-08 16:28:21 -05:00 |
|
Matthew Brown
|
e35e6fe992
|
Improve naming of variables
|
2022-02-08 16:25:33 -05:00 |
|
Matthew Brown
|
efb1464183
|
Add PHP 8.1 image
|
2022-02-08 11:55:43 -05:00 |
|
Matthew Brown
|
58cd0dae2e
|
Bump test-with-real-projects PHP version
|
2022-02-08 11:53:51 -05:00 |
|
Matthew Brown
|
457abc6e13
|
Don’t subtract int from array-key if not equality
|
2022-02-08 11:24:05 -05:00 |
|
Matthew Brown
|
13824d5a33
|
Fix awkward workaround for loop assignment map
|
2022-02-08 10:59:29 -05:00 |
|
Matthew Brown
|
eda8e04a81
|
Narrow graph arrayfetch dataflow
|
2022-02-08 10:59:29 -05:00 |
|
Bruce Weirdan
|
faad966a9b
|
Merge pull request #7598 from weirdan/finalize-nodes
|
2022-02-07 09:09:07 +02:00 |
|
Bruce Weirdan
|
6c587c7a17
|
Update UPGRADING.md
|
2022-02-07 02:10:06 +02:00 |
|
Bruce Weirdan
|
b25a93e753
|
Finalize virtual nodes
|
2022-02-07 02:05:47 +02:00 |
|
Bruce Weirdan
|
0e5ad62d32
|
Merge pull request #7597 from weirdan/finalize-storages
|
2022-02-06 23:42:39 +02:00 |
|
Bruce Weirdan
|
bb72185f41
|
Update UPGRADING.md
|
2022-02-06 23:15:22 +02:00 |
|
Bruce Weirdan
|
958d1ca695
|
Finalize storages
|
2022-02-06 23:09:03 +02:00 |
|
Bruce Weirdan
|
7b8dc9989a
|
Merge pull request #7595 from weirdan/finalize-issues
|
2022-02-06 22:53:10 +02:00 |
|
Bruce Weirdan
|
aea950a10c
|
Update UPGRADING.md
|
2022-02-06 03:52:56 +02:00 |
|
orklah
|
3a2b4124e2
|
Merge pull request #7593 from orklah/docproperties
doc about property initialization
|
2022-02-06 00:22:09 +01:00 |
|
Bruce Weirdan
|
8a41d61925
|
Apply suggestions from code review
Co-authored-by: AndrolGenhald <AndrolGenhald@users.noreply.github.com>
|
2022-02-06 00:49:27 +02:00 |
|
Bruce Weirdan
|
a331ac0b21
|
Finalize issues
|
2022-02-06 00:27:18 +02:00 |
|
Bruce Weirdan
|
e00cbc71c3
|
Merge pull request #7578 from weirdan/finalize-more-classes
|
2022-02-06 00:02:27 +02:00 |
|
Bruce Weirdan
|
75c58712c1
|
Update UPGRADING.md
|
2022-02-05 23:51:06 +02:00 |
|
Bruce Weirdan
|
3e837cabd0
|
Finalize (and internalize) more classes
|
2022-02-05 23:51:03 +02:00 |
|