orklah
|
8974da5610
|
preserve analyzers until the end of file (#4834)
* preserve analyzers until the end of file
* remove unused variable
|
2020-12-13 01:17:13 -05:00 |
|
2e3s
|
d8d6811ed4
|
Memoize private inferred mutation-free methods (#4832)
|
2020-12-12 10:26:14 -05:00 |
|
Matt Brown
|
cc1c643168
|
Fix #4829 – don’t crash when yielding non-existent class
|
2020-12-11 10:04:28 -05:00 |
|
Matt Brown
|
a27c674cee
|
Add test for #4825
|
2020-12-10 13:51:49 -05:00 |
|
Matt Brown
|
8cae4047b0
|
Fix #4825 - check for finally var set
|
2020-12-10 11:48:43 -05:00 |
|
Matt Brown
|
2a92025737
|
Union types if stmt already has one
|
2020-12-10 01:40:20 -05:00 |
|
Matt Brown
|
b7a7e2fb87
|
Fix get magic property checks
|
2020-12-10 01:29:07 -05:00 |
|
Matt Brown
|
37659445f0
|
Improve accuracy of optional example
|
2020-12-10 01:12:58 -05:00 |
|
Matt Brown
|
e6dad6e65f
|
Be smarter when choosing inherited param types
Ref #4803
|
2020-12-10 00:15:37 -05:00 |
|
Matt Brown
|
beefa2aea3
|
Fix #4817 - allow optional inference
|
2020-12-09 19:32:56 -05:00 |
|
Matt Brown
|
5e845260c1
|
Remove unnecessary null check
|
2020-12-09 18:30:36 -05:00 |
|
Matt Brown
|
9423324d65
|
Fix #4791 - only generate special has-array-key assertions for unknown key types
|
2020-12-08 19:45:47 -05:00 |
|
Matt Brown
|
524084a64c
|
Tighten up rules arouund when mutation-free methods get memoised
|
2020-12-08 16:39:06 -05:00 |
|
Matt Brown
|
be3f30ff1d
|
Fix #4812 - reconcile array assertion on template as type correctly
|
2020-12-08 14:17:37 -05:00 |
|
Matt Brown
|
1e0bcc1876
|
Fix #4803 - always derive method params the same way
|
2020-12-08 11:27:51 -05:00 |
|
Matt Brown
|
387ab14bda
|
Use better stubs for Serializable and SoapClient
|
2020-12-08 11:27:51 -05:00 |
|
2e3s
|
e46c68b1e5
|
Overwrite memoized return type after sum-type candidate is calculated (#4805)
* Overwrite memoized return type after sum-type candidate is calculated
* Fix mismatched types
* Fix code style
|
2020-12-08 09:35:11 -05:00 |
|
Matt Brown
|
91ee4aeca3
|
Fix #4797 - sanitise assertion output of template result
|
2020-12-07 19:11:56 -05:00 |
|
Matt Brown
|
8a76a43d8c
|
Fix #4798 - improve conversion from type back to PhpParser node
|
2020-12-07 14:39:58 -05:00 |
|
Matt Brown
|
f5dd6e76f8
|
Fix #4802 - don’t clone context when analysing coalesce
|
2020-12-07 14:30:57 -05:00 |
|
Matthew Brown
|
d406d5b112
|
Fix typo
|
2020-12-07 01:32:18 -05:00 |
|
Matt Brown
|
e702e472fc
|
Support simple list assignment in foreach
Ref #4741
|
2020-12-06 19:14:52 -05:00 |
|
Matt Brown
|
dff2943096
|
Fix #4794 - invvalidate dependent types when their variables change
|
2020-12-06 18:16:22 -05:00 |
|
Jack Bentley
|
7fe8e5a1cf
|
Fix functions being resolved to other functions (#4793)
Fixes #4750
Reusing the $function_id variable causes an incorrect global function to be added at line 654
|
2020-12-06 17:28:19 -05:00 |
|
Bruce Weirdan
|
cd576f8e02
|
Adjust check for file modification time (#4789)
This solves the issue where Psalm didn't notice the files created in the
same second as the last run was started.
|
2020-12-06 12:40:55 -05:00 |
|
orklah
|
1901ea56de
|
Don't add link if the issue doesn't have a shortcode (#4786)
|
2020-12-06 11:29:05 -05:00 |
|
Matt Brown
|
9c0e9a3d7e
|
Taint all when conditional return is used
Ref #4792
|
2020-12-06 11:24:48 -05:00 |
|
Matt Brown
|
4d1aae43f9
|
Fix #4778 - remove already-initialized properties when checking initialisation
|
2020-12-06 11:07:59 -05:00 |
|
Matt Brown
|
cec8d7138f
|
Fix #4782 - don’t replace closure types with upper bounds when replacing class param types
|
2020-12-05 11:58:55 -05:00 |
|
Matt Brown
|
1bb8b73f99
|
Return earlier
|
2020-12-05 10:25:34 -05:00 |
|
Vincent Langlet
|
eb9d6f66ab
|
Fix support of extraFiles (#4785)
|
2020-12-05 09:54:05 -05:00 |
|
Matt Brown
|
3f155792a7
|
Allow nested specialisation
|
2020-12-04 15:44:29 -05:00 |
|
Matt Brown
|
fd67d41120
|
Fix #4769 – don’t use unique ids for new generated nodes
|
2020-12-04 15:44:29 -05:00 |
|
Matt Brown
|
ca915e5028
|
Fix redundancies
|
2020-12-04 15:10:50 -05:00 |
|
Matt Brown
|
4a0e2f543e
|
Fix implicit void closure not getting recognised
|
2020-12-04 13:16:05 -05:00 |
|
Matt Brown
|
fb88145780
|
Fix #4767 - rescan directly-affected class-interface relationships
|
2020-12-04 01:19:51 -05:00 |
|
orklah
|
62d5ea83a1
|
Allow int casts if the type comes from calculation (#4768)
|
2020-12-03 23:15:07 -05:00 |
|
Matt Brown
|
0411049559
|
Mixed array access should mark vars as used just in case
|
2020-12-03 13:09:08 -05:00 |
|
Matt Brown
|
2feba22a00
|
Make more try vars potentially undefined
Fixes #4764
|
2020-12-03 11:44:10 -05:00 |
|
Matt Brown
|
51a92aa223
|
Fix interface property regression
|
2020-12-03 11:13:10 -05:00 |
|
Matt Brown
|
833f132cb3
|
Fix #4760 - prevent unpacked vars from breaking call when checking unitialised properties
|
2020-12-03 10:12:54 -05:00 |
|
Matt Brown
|
bef9ab37e6
|
Fix #4759 – don’t generate assertion when assigning to same-named variable
|
2020-12-03 09:42:26 -05:00 |
|
Denis Smetannikov
|
11576951f6
|
Update ExistingAtomicStaticCallAnalyzer.php (#4761)
The invalid syntax for PHP 7.1+
|
2020-12-03 09:24:34 -05:00 |
|
Matt Brown
|
1a5d5e4476
|
Simplify FunctionLikeDocblockScanner
|
2020-12-03 00:19:01 -05:00 |
|
Matt Brown
|
e2a2e8ee87
|
Break apart AtomicPropertyFetchAnalyzer::analyze
|
2020-12-02 23:37:29 -05:00 |
|
Matt Brown
|
a4ac52aea4
|
Simplify AssertionReconciler
|
2020-12-02 22:49:01 -05:00 |
|
Matt Brown
|
2f00500c91
|
Improve message
|
2020-12-02 22:08:14 -05:00 |
|
Matt Brown
|
6f916553a8
|
Ref #4753 - allow int literals to inform key type
|
2020-12-02 17:13:45 -05:00 |
|
Matt Brown
|
db8a3ab846
|
Fix #4751 - allow MethodSignatureMismatch to be overridable when info comes from docblock
|
2020-12-02 15:13:28 -05:00 |
|
Matt Brown
|
e2bb02e93c
|
Don’t suggest a potential value that’s undefined
Fixes #4754
|
2020-12-02 14:49:30 -05:00 |
|