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

7869 Commits

Author SHA1 Message Date
Matt Brown
850a540322
Break apart InstancePropertyAssignmentAnalyzer
Ref #4714
2021-01-29 11:47:08 +01:00
orklah
edb6343fce
Remove fixable flag for Complexity issues (#4742) 2021-01-29 11:47:08 +01:00
Matt Brown
8a4ec20d7f
More to contributing docs 2021-01-29 11:47:08 +01:00
Matt Brown
9ce2aeab43
Actually not a bug 2021-01-29 11:47:08 +01:00
Matt Brown
7d7aad4ac8
Fix typo 2021-01-29 11:47:08 +01:00
Matt Brown
6ea8ab7612
Break up AssertionFinder methods
Ref #4714
2021-01-29 11:47:08 +01:00
Matt Brown
9c0185a913
Simplify getting type from tree
Ref #4714
2021-01-29 11:47:07 +01:00
Matthew Brown
68218008e1
Fix out-of-date explanation. 2021-01-29 11:47:07 +01:00
Matt Brown
4ca1fd7d26
Add contributing section of docs 2021-01-29 11:47:07 +01:00
Matt Brown
f3703dad38
Update master issue list 2021-01-29 11:47:07 +01:00
Matt Brown
8fcdb474c2
Add to error_levels.md 2021-01-29 11:47:07 +01:00
orklah
5f9aff5734
support shift and bitwise operations in constants (#4740) 2021-01-29 11:47:07 +01:00
orklah
08d9246b9a
improve Atomic Types documentation (#4735)
* improve Atomic Types documentation

* add doc

* add doc
2021-01-29 11:47:07 +01:00
orklah
4ded1080e3
Check from_docblock property to emit the right issue (#4736) 2021-01-29 11:47:06 +01:00
Matt Brown
9789b53617
Fix #4731 - expand out class-bound generic types when evaluating instance method 2021-01-29 11:47:06 +01:00
Matt Brown
1f8e80e820
Add some documentation for template_types 2021-01-29 11:47:06 +01:00
Matt Brown
8c33bedfca
Fix #4733 - don’t replace template types when they’re defined on the same class 2021-01-29 11:47:06 +01:00
Matt Brown
fb474c2e07
Expand out constants in param types earlier 2021-01-29 11:47:06 +01:00
Matt Brown
82f1fe61e5
Fix check 2021-01-29 11:47:06 +01:00
Matt Brown
ad5ec9501d
Ensure class template types are mapped to static methods where necessary
Ref #4733
2021-01-29 11:47:06 +01:00
Matt Brown
2840faa519
Improve param name 2021-01-29 11:47:06 +01:00
Matt Brown
2b152d5d97
Simplify calling of replacer methods 2021-01-29 11:47:05 +01:00
Matt Brown
67d319657a
Break out replacement of templated types with their inferred result 2021-01-29 11:47:05 +01:00
Matt Brown
e9ec1b28a2
Simplify storage and retrieval of extended template params 2021-01-29 11:47:05 +01:00
Matthew Brown
cbd8150fde
Add RedundantPropertyInitializationCheck (#4732)
* Add RedundantPropertyInitializationCheck

* add documentation for RedundantPropertyInitializationCheck (#4734)

Co-authored-by: orklah <orklah@users.noreply.github.com>
2021-01-29 11:47:05 +01:00
Matt Brown
a3cf052314
Remove unset thing 2021-01-29 11:47:05 +01:00
Matt Brown
27c303ee39
Detect some erroneous issets 2021-01-29 11:47:05 +01:00
Matthew Brown
0a575b217a
Fix redundant mappings 2021-01-29 11:47:05 +01:00
Jeremiasz Major
13d8f4f3e1
Fix broken links in documentation (#4730)
* Fix links in documentation

* Fix more links
2021-01-29 11:47:04 +01:00
Matt Brown
119ac8bbdf
Fix the bug 2021-01-29 11:47:04 +01:00
Matt Brown
9fdc56ff75
Fix template type selection 2021-01-29 11:47:04 +01:00
orklah
17ea7784dd
fix #3282 (#4724) 2021-01-29 11:47:04 +01:00
Matt Brown
c0a0497d1a
Simplify ArrayFetchAnalyzer::getArrayAccessTypeGivenOffset
Ref #4714
2021-01-29 11:47:04 +01:00
Bruce Weirdan
d13f0b6a7c
Added test to enforce that all supported annotations are documented (#4723)
* Added test to enforce that all supported annotations are documented

Well, at least mentioned.

Refs vimeo/psalm#3816

* Type things

* Make things pretty

* Only check @psalm- annotations, group

* Add documentation for `@psalm-require-extends` and `@psalm-require-implements`

* Dropped logicalOr that has become redundant

* Add explicit tag

* Document @psalm-template

* Add @psalm-template-covariant

* Document `@psalm-method`

* Add list of undocumented docblock annotations

Co-authored-by: Matthew Brown <github@muglug.com>
2021-01-29 11:47:04 +01:00
Matt Brown
1c48258fe2
Fix range return type to always non-empty lists 2021-01-29 11:47:04 +01:00
Matt Brown
5cf5aecb2f
Fix #3017 - use correct keys when converting list to array 2021-01-29 11:47:04 +01:00
Matt Brown
3005d2e1d7
Simplify more things 2021-01-29 11:47:04 +01:00
Matt Brown
65947e5808
Show complex methods in info 2021-01-29 11:47:03 +01:00
Matt Brown
5b0e8bd1be
Only show possibly unused params on methods that don’t extend others 2021-01-29 11:47:03 +01:00
orklah
0df867cdff
fix array_column with possibly_undefined keys (#4719) 2021-01-29 11:47:03 +01:00
orklah
b084e2c4bd
add annotation @psalm-param-out (#4717)
* add annotation @psalm-param-out

* add tag in documentation
2021-01-29 11:47:02 +01:00
Matt Brown
3be31563d6
Add complex issue error 2021-01-29 11:46:28 +01:00
Matt Brown
0b292a55c1
Simplify FunctionCallAnalyzer
Ref #4714
2021-01-29 11:46:28 +01:00
Matt Brown
ce38868871
Simplify call analysers a bit
Ref #4714
2021-01-29 11:46:28 +01:00
Matt Brown
8e372d30ac
Simplify ArrayAnalyzer
Ref #4714
2021-01-29 11:46:28 +01:00
Matt Brown
ccccee289c
Don’t alter behaviour 2021-01-29 11:46:28 +01:00
Matt Brown
9089f77176
Turn template bound tuples into object
Ref #4714
2021-01-29 11:46:27 +01:00
orklah
45d058c2dd
better fix for reconciling iterable and object (#4712) 2021-01-29 11:46:27 +01:00
Matt Brown
0b605d6b3c
Add complexity function name echoing 2021-01-29 11:46:27 +01:00
orklah
3636a9e361
Allow <false|T as object> to be falsy (#4711) 2021-01-29 11:46:27 +01:00