1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Brown 2020-04-29 14:58:48 -04:00
parent 891c66650b
commit 555f525038

View File

@ -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 = [];
/** /**