Bruce Weirdan
4ee8a80a17
Use array_fill_keys
...
There was a number of calls to `array_map(fn()=>true, array_flip($array))` that got replaced with a simpler (and more performant) `array_fill_keys($array, true)`
2022-02-13 07:09:28 +02:00
orklah
f7779f85b7
Merge pull request #7652 from sasezaki/remove_scrutinizer
...
Removed .scrutinizer.yml
2022-02-12 12:04:04 +01:00
sasezaki
0fc586c2b9
Removed .scrutinizer.yml
2022-02-12 18:53:54 +09:00
orklah
1d224cebf7
Merge pull request #7651 from orklah/new
...
remove totallyTyped
2022-02-12 10:29:23 +01:00
orklah
a915ef5853
also remove a from_calculation flag which was scheduled for removal in Psalm 5
2022-02-12 10:19:39 +01:00
orklah
85fca56850
remove totallyTyped
2022-02-12 10:19:14 +01:00
orklah
6355597250
fix CS
2022-02-12 10:05:53 +01:00
orklah
e6d491a4ab
Merge remote-tracking branch 'upstream/master' into upstream-master7
2022-02-12 10:01:08 +01:00
orklah
fac55576ab
Merge remote-tracking branch 'upstream/4.x' into upstream-master7
2022-02-12 09:59:55 +01:00
orklah
a3852b8a55
Merge pull request #7650 from orklah/totallytyped
...
deprecate totallyTyped
2022-02-12 09:56:39 +01:00
orklah
24ae96b373
remove usage of totallyTyped internally
2022-02-12 09:51:06 +01:00
orklah
dbf47b16c3
deprecate totallyTyped
2022-02-12 09:30:37 +01:00
orklah
c13a536386
Merge pull request #7614 from kkmuffme/add-phpredis-stubs
...
add phpredis stubs
2022-02-11 23:15:48 +01:00
orklah
6c2484df25
Merge pull request #7632 from sasezaki/composer-require-check
...
Adjust for composer-require-checker check.
2022-02-11 22:58:18 +01:00
sasezaki
c46818ac24
Removed unnecessary var annotation
2022-02-11 22:51:31 +01:00
sasezaki
88dbfc7c00
Added Composer\Audoload\ClassLoader, it is soft dependency symbol
2022-02-11 22:51:31 +01:00
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
orklah
6e2efffa0e
Merge pull request #7633 from M1ke/4x/config-threads
...
Allow config to define thread count (4.x)
2022-02-11 13:46:38 +01:00
m1ke
92aedd6f7f
Fix cherry pick issues
2022-02-11 11:27:01 +00:00
m1ke
fc694d7a98
Allow psalm to load threads from the config
2022-02-11 11:23:17 +00:00
m1ke
a688bd6da3
Use config threads if lower than detected threads
2022-02-11 11:23:09 +00:00
m1ke
810880c71b
Alter order of precedence and upated docs to match
2022-02-11 11:12:36 +00: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
Office
432d0be658
load phpredis stubs
2022-02-09 15:56:51 +01: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
Office
9d120896d5
add phpredis stubs
2022-02-09 08:14:58 +01: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