mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add type
This commit is contained in:
parent
891c66650b
commit
555f525038
@ -21,6 +21,9 @@ class TemplateResult
|
|||||||
*/
|
*/
|
||||||
public $lower_bounds = [];
|
public $lower_bounds = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var list<Union>
|
||||||
|
*/
|
||||||
public $lower_bounds_unintersectable_types = [];
|
public $lower_bounds_unintersectable_types = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user